Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 15:00:11 +01:00
Relocate Jackson dependency
Dieser Commit ist enthalten in:
Ursprung
6cc092cc8e
Commit
29fa4a9443
@ -83,6 +83,7 @@ shadowJar {
|
|||||||
relocate("it.unimi.dsi.fastutil", "org.geysermc.relocate.fastutil")
|
relocate("it.unimi.dsi.fastutil", "org.geysermc.relocate.fastutil")
|
||||||
relocate("org.objectweb.asm", "org.geysermc.relocate.asm")
|
relocate("org.objectweb.asm", "org.geysermc.relocate.asm")
|
||||||
relocate("org.yaml", "org.geysermc.relocate.yaml") // https://github.com/CardboardPowered/cardboard/issues/139
|
relocate("org.yaml", "org.geysermc.relocate.yaml") // https://github.com/CardboardPowered/cardboard/issues/139
|
||||||
|
relocate("com.fasterxml.jackson", "org.geysermc.relocate.jackson")
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren