clean up unused bstats relocation

This commit is contained in:
dfsek 2023-06-15 17:11:53 -07:00
parent 9ba46ae3a5
commit a548c30484

View File

@ -18,7 +18,6 @@ dependencies {
tasks {
shadowJar {
relocate("org.bstats.bukkit", "com.dfsek.terra.lib.bstats")
relocate("io.papermc.lib", "com.dfsek.terra.lib.paperlib")
relocate("com.google.common", "com.dfsek.terra.lib.google.common")
relocate("org.apache.logging.slf4j", "com.dfsek.terra.lib.slf4j-over-log4j")