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.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index e8c6721..836e389 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -1,6 +1,8 @@
dependencies {
compile project(':spark-common')
- compile 'net.kyori:text-adapter-bukkit:1.0.3'
+ compile('net.kyori:text-adapter-bukkit:1.0.3') {
+ exclude(module: 'text')
+ }
compileOnly 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'
}