There was an error while loading. Please reload this page.
1 parent 657fccb commit 2313089Copy full SHA for 2313089
1 file changed
realty-paper/build.gradle.kts
@@ -14,8 +14,12 @@ dependencies {
14
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.15") {
15
exclude(group = "org.bukkit", module = "bukkit")
16
}
17
- implementation("org.enginehub:squirrelid:0.3.2")
18
- implementation("org.xerial:sqlite-jdbc:3.46.1.0")
+ implementation("org.enginehub:squirrelid:0.3.2") {
+ isTransitive = false
19
+ }
20
+ implementation("org.xerial:sqlite-jdbc:3.46.1.0") {
21
22
23
compileOnly("net.essentialsx:EssentialsX:2.21.2") {
24
25
exclude(group = "org.spigotmc", module = "spigot-api")
0 commit comments