Skip to content

Commit

Permalink
Fix Implementation-Vendor for manifest file to Broadcom
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jan 22, 2025
1 parent 140f23a commit d1ce0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit d1ce0dc

Please sign in to comment.