Fix Implementation-Vendor for manifest file to Broadcom
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user