1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

relocate snakeyaml (#85)

fixes error when using floodgate-fabric with Simple Voice Chat Discord Bridge
This commit is contained in:
onebeastchris
2023-02-28 18:06:03 +01:00
committed by GitHub
parent 1371eaf0ae
commit 8b99d9ebd6

View File

@@ -112,6 +112,7 @@ shadowJar {
configurations = [project.configurations.shadow]
// TODO this is temporary until Floodgate's dev branch is merged
relocate("com.google.inject", "org.geysermc.floodgate.shadow.guice")
relocate("org.yaml.snakeyaml", "org.geysermc.floodgate.shadow.snakeyaml") //relocate snakeyaml to avoid conflicts with other mods
exclude([
'cloud/**',
'com/google/common/**', 'com/google/errorprone/**', 'com/google/gson/**', 'com/google/j2objc/**', 'com/google/thirdparty/**',