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:
@@ -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/**',
|
||||
|
||||
Reference in New Issue
Block a user