Skip to content

Commit a9a6892

Browse files
committed
Update Manifest Vendor
1 parent a01a645 commit a9a6892

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
@@ -307,7 +307,7 @@ subprojects { subproject ->
307307
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
308308
'Implementation-Title': subproject.name,
309309
'Implementation-Vendor-Id': subproject.group,
310-
'Implementation-Vendor': 'Pivotal Software, Inc.',
310+
'Implementation-Vendor': 'VMware Inc.',
311311
'Implementation-URL': linkHomepage,
312312
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
313313
)

0 commit comments

Comments
 (0)