We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64f82c commit 3675a6cCopy full SHA for 3675a6c
build.gradle
@@ -329,7 +329,7 @@ configure(javaProjects) { subproject ->
329
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
330
'Implementation-Title': subproject.name,
331
'Implementation-Vendor-Id': subproject.group,
332
- 'Implementation-Vendor': 'Pivotal Software, Inc.',
+ 'Implementation-Vendor': 'VMware Inc.',
333
'Implementation-URL': linkHomepage,
334
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
335
)
0 commit comments