WorldGuard/worldguard-libs/core/build.gradle.kts

7 lines
149 B
Plaintext
Raw Normal View History

2019-07-30 05:25:13 +02:00
applyLibrariesConfiguration()
dependencies {
"shade"("com.sk89q:squirrelid:${Versions.SQUIRRELID}")
"shade"("org.khelekore:prtree:1.5.0")
2019-07-30 05:25:13 +02:00
}