Skip to content

Commit 1e81a91

Browse files
committed
Bump squirrelid, remove workaround.
1 parent 216f95f commit 1e81a91

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Versions {
44
const val WORLDEDIT = "7.2.12"
55
const val JUNIT = "5.9.1"
66
const val MOCKITO = "4.9.0"
7-
const val SQUIRRELID = "0.3.1"
7+
const val SQUIRRELID = "0.3.2"
88
const val GUAVA = "31.1-jre"
99
const val FINDBUGS = "3.0.2"
1010
}

worldguard-libs/core/build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
33
applyLibrariesConfiguration()
44

55
dependencies {
6-
"shade"("org.enginehub:squirrelid:${Versions.SQUIRRELID}") {
7-
exclude(group = "com.destroystokyo.paper", module = "paper-api")
8-
}
6+
"shade"("org.enginehub:squirrelid:${Versions.SQUIRRELID}")
97
"shade"("org.khelekore:prtree:1.5.0")
108
}
119

@@ -17,4 +15,4 @@ tasks.named<ShadowJar>("jar") {
1715

1816
include(dependency("org.khelekore:prtree"))
1917
}
20-
}
18+
}

0 commit comments

Comments
 (0)