Fix Implementation-Vendor for manifest file to Broadcom

This commit is contained in:
Artem Bilan
2025-02-14 11:36:37 -05:00
parent 67e4072bd0
commit c17b789ee4

View File

@@ -326,7 +326,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
)