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.
Implementation-Vendor
1 parent 140f23a commit d1ce0dcCopy full SHA for d1ce0dc
build.gradle
@@ -321,7 +321,7 @@ configure(javaProjects) { subproject ->
321
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
322
'Implementation-Title': subproject.name,
323
'Implementation-Vendor-Id': subproject.group,
324
- 'Implementation-Vendor': 'VMware Inc.',
+ 'Implementation-Vendor': 'Broadcom Inc.',
325
'Implementation-URL': linkHomepage,
326
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
327
)
0 commit comments