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 67e4072 commit c17b789Copy full SHA for c17b789
build.gradle
@@ -326,7 +326,7 @@ configure(javaProjects) { subproject ->
326
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
327
'Implementation-Title': subproject.name,
328
'Implementation-Vendor-Id': subproject.group,
329
- 'Implementation-Vendor': 'VMware Inc.',
+ 'Implementation-Vendor': 'Broadcom Inc.',
330
'Implementation-URL': linkHomepage,
331
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
332
)
0 commit comments