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/**',