Relocate dependencies to 'org.to2mbn.authlibinjector.internal'

This commit is contained in:
yushijinhun 2017-12-02 17:45:28 +08:00
parent 014eb57fd0
commit 6f460b732f
No known key found for this signature in database
GPG key ID: 5BC167F73EA558E4

View file

@ -34,4 +34,9 @@ jar {
shadowJar {
classifier = null
exclude 'META-INF/maven/**'
relocate 'org.yaml.snakeyaml', 'org.to2mbn.authlibinjector.internal.org.yaml.snakeyaml'
relocate 'org.objectweb.asm', 'org.to2mbn.authlibinjector.internal.org.objectweb.asm'
}