aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/build.gradle
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-07-12 16:09:52 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-07-12 16:09:52 +0100
commit12a53f03bc99ea1250eaea26cc63717ba20e2914 (patch)
tree6d4556dbb71687ee4ea1526350212aace25ce0e8 /bukkit/build.gradle
parent0d367ba66bf06904d130fdacaf237106d0d7c7ae (diff)
Remove fabledskyblock transitive dependencies
Diffstat (limited to 'bukkit/build.gradle')
-rw-r--r--bukkit/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle
index 6e6c3c31..8884ca9e 100644
--- a/bukkit/build.gradle
+++ b/bukkit/build.gradle
@@ -89,7 +89,9 @@ dependencies {
// AuthLib
compileOnly 'com.mojang:authlib:1.5.21'
// FabledSkyblock
- compileOnly 'com.songoda:skyblock:2.2.13'
+ compileOnly ('com.songoda:skyblock:2.2.13') {
+ transitive = false
+ }
// bStats
implementation 'org.bstats:bstats-bukkit-lite:1.8'
// HikariCP