3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-08 10:50:11 +02:00

Guess we don't need any relocations

Dieser Commit ist enthalten in:
DoctorMacc 2020-10-07 19:02:41 -04:00
Ursprung b293c3478a
Commit 977ce4bbec

Datei anzeigen

@ -84,10 +84,6 @@ task sourcesJar(type: Jar, dependsOn: classes) {
shadowJar { shadowJar {
configurations = [project.configurations.shadow] 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 { jar {