mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-15 07:05:32 +01:00
Also change paperlib to shade.
This change has been sitting here for a while uncommitted and unpushed.
This commit is contained in:
parent
f37fbb1ae8
commit
528ba32a93
@ -33,7 +33,7 @@
|
|||||||
"compile"(project(":worldguard-core"))
|
"compile"(project(":worldguard-core"))
|
||||||
//"compile"(project(":worldguard-libs:bukkit"))
|
//"compile"(project(":worldguard-libs:bukkit"))
|
||||||
"api"("com.destroystokyo.paper:paper-api:1.16.2-R0.1-SNAPSHOT")
|
"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 }
|
"api"("com.sk89q.worldedit:worldedit-bukkit:${Versions.WORLDEDIT}") { isTransitive = false }
|
||||||
"implementation"("com.google.guava:guava:${Versions.GUAVA}")
|
"implementation"("com.google.guava:guava:${Versions.GUAVA}")
|
||||||
"implementation"("com.sk89q:commandbook:2.3") { isTransitive = false }
|
"implementation"("com.sk89q:commandbook:2.3") { isTransitive = false }
|
||||||
|
Loading…
Reference in New Issue
Block a user