aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bukkit/build.gradle')
-rw-r--r--spark-bukkit/build.gradle3
1 files changed, 2 insertions, 1 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')
}