mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-21 15:59:21 +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]
|
configurations = [project.configurations.shadow]
|
||||||
// TODO this is temporary until Floodgate's dev branch is merged
|
// TODO this is temporary until Floodgate's dev branch is merged
|
||||||
relocate("com.google.inject", "org.geysermc.floodgate.shadow.guice")
|
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([
|
exclude([
|
||||||
'cloud/**',
|
'cloud/**',
|
||||||
'com/google/common/**', 'com/google/errorprone/**', 'com/google/gson/**', 'com/google/j2objc/**', 'com/google/thirdparty/**',
|
'com/google/common/**', 'com/google/errorprone/**', 'com/google/gson/**', 'com/google/j2objc/**', 'com/google/thirdparty/**',
|
||||||
|
|||||||
Reference in New Issue
Block a user