Guess we don't need any relocations

This commit is contained in:
DoctorMacc 2020-10-07 19:02:41 -04:00
parent b293c3478a
commit 977ce4bbec
1 changed files with 0 additions and 4 deletions

View File

@ -84,10 +84,6 @@ task sourcesJar(type: Jar, dependsOn: classes) {
shadowJar {
configurations = [project.configurations.shadow]
relocate 'org.reflections', 'geyser.org.reflections'
relocate 'org.dom4j', 'geyser.org.dom4j'
relocate 'javax.xml', 'geyser.javaxxml'
relocate 'org.xml', 'geyser.xml'
}
jar {