Skip to content

Commit 2313089

Browse files
committed
Exclude transitive paper dep
1 parent 657fccb commit 2313089

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

realty-paper/build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ dependencies {
1414
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.15") {
1515
exclude(group = "org.bukkit", module = "bukkit")
1616
}
17-
implementation("org.enginehub:squirrelid:0.3.2")
18-
implementation("org.xerial:sqlite-jdbc:3.46.1.0")
17+
implementation("org.enginehub:squirrelid:0.3.2") {
18+
isTransitive = false
19+
}
20+
implementation("org.xerial:sqlite-jdbc:3.46.1.0") {
21+
isTransitive = false
22+
}
1923
compileOnly("net.essentialsx:EssentialsX:2.21.2") {
2024
exclude(group = "org.bukkit", module = "bukkit")
2125
exclude(group = "org.spigotmc", module = "spigot-api")

0 commit comments

Comments
 (0)