Shade correctly bstats

This commit is contained in:
JOO200 2021-06-13 11:10:19 +02:00 committed by wizjany
parent d21ee98624
commit 2958c2526c
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ tasks.named<ShadowJar>("shadowJar") {
include(dependency(":worldguard-core"))
relocate("org.bstats", "com.sk89q.worldguard.bukkit.bstats") {
include(dependency("org.bstats:bstats-bukkit"))
include(dependency("org.bstats:bstats-base"))
}
relocate ("io.papermc.lib", "com.sk89q.worldguard.bukkit.paperlib") {
include(dependency("io.papermc:paperlib"))