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 a01a645 commit a9a6892Copy full SHA for a9a6892
build.gradle
@@ -307,7 +307,7 @@ subprojects { subproject ->
307
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
308
'Implementation-Title': subproject.name,
309
'Implementation-Vendor-Id': subproject.group,
310
- 'Implementation-Vendor': 'Pivotal Software, Inc.',
+ 'Implementation-Vendor': 'VMware Inc.',
311
'Implementation-URL': linkHomepage,
312
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
313
)
0 commit comments