Skip to content

Commit 3675a6c

Browse files
committed
Update Manifest Vendor
1 parent b64f82c commit 3675a6c

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
@@ -329,7 +329,7 @@ configure(javaProjects) { subproject ->
329329
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
330330
'Implementation-Title': subproject.name,
331331
'Implementation-Vendor-Id': subproject.group,
332-
'Implementation-Vendor': 'Pivotal Software, Inc.',
332+
'Implementation-Vendor': 'VMware Inc.',
333333
'Implementation-URL': linkHomepage,
334334
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
335335
)

0 commit comments

Comments
 (0)