mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Relocate Google libraries
This commit is contained in:
parent
2c1fbc544a
commit
c220e5428c
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,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.google", "org.geysermc.relocate.google")
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Reference in a new issue