1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 11:19:11 +00:00

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

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 {