mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Guess we don't need any relocations
This commit is contained in:
parent
b293c3478a
commit
977ce4bbec
1 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue