Also change paperlib to shade.

This change has been sitting here for a while uncommitted and unpushed.
This commit is contained in:
wizjany 2021-03-06 15:36:25 -05:00
parent f37fbb1ae8
commit 528ba32a93
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ dependencies {
"compile"(project(":worldguard-core"))
//"compile"(project(":worldguard-libs:bukkit"))
"api"("com.destroystokyo.paper:paper-api:1.16.2-R0.1-SNAPSHOT")
"implementation"("io.papermc:paperlib:1.0.4")
"shade"("io.papermc:paperlib:1.0.4")
"api"("com.sk89q.worldedit:worldedit-bukkit:${Versions.WORLDEDIT}") { isTransitive = false }
"implementation"("com.google.guava:guava:${Versions.GUAVA}")
"implementation"("com.sk89q:commandbook:2.3") { isTransitive = false }