Skip to content

Commit c17b789

Browse files
committed
Fix Implementation-Vendor for manifest file to Broadcom
1 parent 67e4072 commit c17b789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ configure(javaProjects) { subproject ->
326326
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
327327
'Implementation-Title': subproject.name,
328328
'Implementation-Vendor-Id': subproject.group,
329-
'Implementation-Vendor': 'VMware Inc.',
329+
'Implementation-Vendor': 'Broadcom Inc.',
330330
'Implementation-URL': linkHomepage,
331331
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
332332
)

0 commit comments

Comments
 (0)