1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-03-23 23:39:29 +01:00

Relocate Adventure

This commit is contained in:
Camotoy 2022-03-04 22:23:58 -05:00
parent 3e71e3fb0b
commit 05f7b01540

View file

@ -84,6 +84,7 @@ shadowJar {
relocate("org.objectweb.asm", "org.geysermc.relocate.asm")
relocate("org.yaml", "org.geysermc.relocate.yaml") // https://github.com/CardboardPowered/cardboard/issues/139
relocate("com.fasterxml.jackson", "org.geysermc.relocate.jackson")
relocate("net.kyori", "org.geysermc.relocate.kyori")
}
jar {