Skip to content

Commit

Permalink
exclude taskchain-core
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Nov 5, 2024
1 parent fea52ca commit 7ff4536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ dependencies {
compileOnly("net.azisaba:JoinFilter:1.0.0")
compileOnly("net.azisaba.ballotbox:receiver:1.0.1")
compileOnly("net.azisaba.azipluginmessaging:api:4.0.3")
compileOnly("net.azisaba:RyuZUPluginChat:4.2.0")
compileOnly("net.azisaba:RyuZUPluginChat:4.2.0") {
exclude("co.aikar", "taskchain-core")
}
compileOnly("net.azisaba.rarity:api:1.0.1-SNAPSHOT")
compileOnly("net.azisaba:ItemStash:1.0.0-SNAPSHOT")
//noinspection VulnerableLibrariesLocal
Expand Down

0 comments on commit 7ff4536

Please sign in to comment.