aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bukkit')
-rw-r--r--spark-bukkit/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index 493da3c..a2a4e20 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -1,8 +1,10 @@
dependencies {
compile project(':spark-common')
- compile('net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT') {
+ compile('me.lucko:adventure-platform-bukkit:4.7.0') {
exclude(module: 'adventure-api')
+ exclude(module: 'adventure-nbt')
exclude(module: 'adventure-text-serializer-gson')
+ exclude(module: 'adventure-text-serializer-legacy')
}
compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT'