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

Relocate Jackson dependency

Dieser Commit ist enthalten in:
Camotoy 2021-10-27 18:59:42 -04:00
Ursprung 6cc092cc8e
Commit 29fa4a9443

Datei anzeigen

@ -83,6 +83,7 @@ shadowJar {
relocate("it.unimi.dsi.fastutil", "org.geysermc.relocate.fastutil")
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")
}
jar {