diff --git a/build.gradle b/build.gradle index 88ecbeef..35c9d41a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 )