mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-01 21:11:31 +01:00
ca49458a44
Definitely did not accidentally make a 40MB jar halfway through.
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
plugins {
|
|
id("buildlogic.libs")
|
|
}
|
|
|
|
dependencies {
|
|
"shade"(libs.squirrelid) {
|
|
isTransitive = false
|
|
}
|
|
"shade"(libs.prtree)
|
|
}
|