WorldGuard/worldguard-libs/core/build.gradle.kts
wizjany ca49458a44
A bit of cleanup.
Definitely did not accidentally make a 40MB jar halfway through.
2024-07-21 23:26:45 -04:00

11 lines
147 B
Plaintext

plugins {
id("buildlogic.libs")
}
dependencies {
"shade"(libs.squirrelid) {
isTransitive = false
}
"shade"(libs.prtree)
}