Skip to content

Commit d1ce0dc

Browse files
committed
Fix Implementation-Vendor for manifest file to Broadcom
1 parent 140f23a commit d1ce0dc

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

0 commit comments

Comments
 (0)