ignore module-info.class

This commit is contained in:
yushijinhun 2018-02-12 21:00:15 +08:00
parent 28fcbd2fae
commit 9fa802be62
No known key found for this signature in database
GPG key ID: 5BC167F73EA558E4

View file

@ -42,6 +42,7 @@ shadowJar {
classifier = null
exclude 'META-INF/maven/**'
exclude 'module-info.class'
relocate 'org.yaml.snakeyaml', 'org.to2mbn.authlibinjector.internal.org.yaml.snakeyaml'
relocate 'org.objectweb.asm', 'org.to2mbn.authlibinjector.internal.org.objectweb.asm'