Switched from com.willfp.libs.shaded to com.willfp.eco.libs

This commit is contained in:
Auxilor
2022-03-03 08:31:47 +00:00
parent 56fb9b40b9
commit 9a2f0e3df8

View File

@@ -130,9 +130,9 @@ 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")
relocate("org.bstats", "com.willfp.eco.libs.bstats")
relocate("net.kyori.adventure.text.minimessage", "com.willfp.eco.libs.minimessage")
relocate("redempt.crunch", "com.willfp.eco.libs.crunch")
}
compileJava {