remove Git-Branch in manifest

This commit is contained in:
yushijinhun 2018-01-25 22:48:22 +08:00
parent 0fbff175ff
commit 28fcbd2fae
No known key found for this signature in database
GPG key ID: 5BC167F73EA558E4

View file

@ -31,7 +31,6 @@ jar {
'Implementation-Vendor': 'to2mbn',
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
'Git-Commit': gitInfo.gitHashFull,
'Git-Branch': gitInfo.branchName,
'Git-IsClean': gitInfo.isCleanTag,
'Premain-Class': 'org.to2mbn.authlibinjector.javaagent.AuthlibInjectorPremain',
'TweakClass': 'org.to2mbn.authlibinjector.tweaker.AuthlibInjectorTweaker'