From c11573c6b044c112e6f0151447d60c953825dc69 Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Sat, 30 Jun 2018 23:10:55 +0800 Subject: [PATCH] Change Implementation-Vendor from to2mbn to yushijinhun --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a57492a..45d4374 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ jar { attributes ( 'Implementation-Title': project.name, 'Implementation-Version': version, - 'Implementation-Vendor': 'to2mbn', + 'Implementation-Vendor': 'yushijinhun', 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), 'Automatic-Module-Name': 'org.to2mbn.authlibinjector', 'Premain-Class': 'org.to2mbn.authlibinjector.javaagent.AuthlibInjectorPremain',