Fixed shadow relocations

This commit is contained in:
Auxilor
2022-03-01 22:28:33 +00:00
parent 1c8edac807
commit ca5cce3f40

View File

@@ -131,6 +131,7 @@ allprojects {
shadowJar {
relocate("org.bstats", "com.willfp.eco.shaded.bstats")
relocate("net.kyori.adventure.text.minimessage", "com.willfp.eco.shaded.minimessage")
relocate("redempt.crunch", "com.willfp.eco.shaded.crunch")
}
compileJava {