Skip to content

Commit

Permalink
Update Manifest Vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jul 25, 2023
1 parent a01a645 commit a9a6892
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 @@ -307,7 +307,7 @@ subprojects { subproject ->
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
'Implementation-Title': subproject.name,
'Implementation-Vendor-Id': subproject.group,
'Implementation-Vendor': 'Pivotal Software, Inc.',
'Implementation-Vendor': 'VMware Inc.',
'Implementation-URL': linkHomepage,
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
)
Expand Down

0 comments on commit a9a6892

Please sign in to comment.