aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spark-bukkit/build.gradle3
-rw-r--r--spark-bungeecord/build.gradle3
2 files changed, 4 insertions, 2 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index a2a4e20..8126bad 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -2,7 +2,8 @@ dependencies {
compile project(':spark-common')
compile('me.lucko:adventure-platform-bukkit:4.7.0') {
exclude(module: 'adventure-api')
- exclude(module: 'adventure-nbt')
+ exclude(module: 'checker-qual')
+ exclude(module: 'annotations')
exclude(module: 'adventure-text-serializer-gson')
exclude(module: 'adventure-text-serializer-legacy')
}
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index 3ea7e1b..e7487d8 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -2,7 +2,8 @@ dependencies {
compile project(':spark-common')
compile('me.lucko:adventure-platform-bungeecord:4.7.0') {
exclude(module: 'adventure-api')
- exclude(module: 'adventure-nbt')
+ exclude(module: 'checker-qual')
+ exclude(module: 'annotations')
exclude(module: 'adventure-text-serializer-gson')
exclude(module: 'adventure-text-serializer-legacy')
}