Fix Implementation-Vendor for manifest file to Broadcom

This commit is contained in:
Artem Bilan
2025-01-22 12:49:28 -05:00
parent 140f23abfe
commit d1ce0dc7c9

View File

@@ -321,7 +321,7 @@ configure(javaProjects) { subproject ->
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
'Implementation-Title': subproject.name,
'Implementation-Vendor-Id': subproject.group,
'Implementation-Vendor': 'VMware Inc.',
'Implementation-Vendor': 'Broadcom Inc.',
'Implementation-URL': linkHomepage,
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
)