mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Relocate SnakeYAML
This commit is contained in:
@@ -33,10 +33,11 @@ relocate("com.google.common")
|
||||
relocate("com.google.guava")
|
||||
// hack to make (old versions? of) Paper work
|
||||
relocate("it.unimi")
|
||||
// since 1.20
|
||||
relocate("org.yaml")
|
||||
|
||||
// these dependencies are already present on the platform
|
||||
provided("com.mojang", "authlib", authlibVersion)
|
||||
provided("io.netty", "netty-transport", Versions.nettyVersion)
|
||||
provided("io.netty", "netty-codec", Versions.nettyVersion)
|
||||
provided("com.google.code.gson", "gson", gsonVersion)
|
||||
provided("org.yaml", "snakeyaml", Versions.snakeyamlVersion)
|
||||
|
||||
Reference in New Issue
Block a user