From 8b99d9ebd69d20cde0ec479f48a6b90451dbd2d0 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Tue, 28 Feb 2023 18:06:03 +0100 Subject: [PATCH] relocate snakeyaml (#85) fixes error when using floodgate-fabric with Simple Voice Chat Discord Bridge --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 99ac1591..3dce8a2d 100644 --- a/build.gradle +++ b/build.gradle @@ -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/**',