mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-23 09:37:51 +01:00
Exclude paper-api from squirrelid dependency (Compilefix for removed maven mirrors)
This commit is contained in:
parent
81750e191d
commit
ad7ecbaefe
@ -3,7 +3,9 @@
|
||||
applyLibrariesConfiguration()
|
||||
|
||||
dependencies {
|
||||
"shade"("org.enginehub:squirrelid:${Versions.SQUIRRELID}")
|
||||
"shade"("org.enginehub:squirrelid:${Versions.SQUIRRELID}") {
|
||||
exclude(group = "com.destroystokyo.paper", module = "paper-api")
|
||||
}
|
||||
"shade"("org.khelekore:prtree:1.5.0")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user