From c17b789ee4fa50ad9260be0f64aa9e03b19db80b Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 14 Feb 2025 11:36:37 -0500 Subject: [PATCH] Fix Implementation-Vendor for manifest file to Broadcom --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 04fdefec..d2e32533 100644 --- a/build.gradle +++ b/build.gradle @@ -326,7 +326,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 )