mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-13 06:15:09 +01:00
Bump squirrelid, remove workaround.
This commit is contained in:
parent
216f95f87c
commit
1e81a91d4d
@ -4,7 +4,7 @@
|
||||
const val WORLDEDIT = "7.2.12"
|
||||
const val JUNIT = "5.9.1"
|
||||
const val MOCKITO = "4.9.0"
|
||||
const val SQUIRRELID = "0.3.1"
|
||||
const val SQUIRRELID = "0.3.2"
|
||||
const val GUAVA = "31.1-jre"
|
||||
const val FINDBUGS = "3.0.2"
|
||||
}
|
||||
|
@ -3,9 +3,7 @@
|
||||
applyLibrariesConfiguration()
|
||||
|
||||
dependencies {
|
||||
"shade"("org.enginehub:squirrelid:${Versions.SQUIRRELID}") {
|
||||
exclude(group = "com.destroystokyo.paper", module = "paper-api")
|
||||
}
|
||||
"shade"("org.enginehub:squirrelid:${Versions.SQUIRRELID}")
|
||||
"shade"("org.khelekore:prtree:1.5.0")
|
||||
}
|
||||
|
||||
@ -17,4 +15,4 @@
|
||||
|
||||
include(dependency("org.khelekore:prtree"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user