Relocate Adventure

This commit is contained in:
Camotoy 2022-03-04 22:23:58 -05:00
parent 3e71e3fb0b
commit 05f7b01540
1 changed files with 1 additions and 0 deletions

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 {