diff options
author | Luck <git@lucko.me> | 2020-11-07 17:41:39 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2020-11-07 17:41:39 +0000 |
commit | 8cc92ff83634dffacfe1f25a135bc9ac665ff68b (patch) | |
tree | 35efc9d9131c7ceb1db3822fbb6a0707535f7c18 /spark-bukkit/build.gradle | |
parent | 70a468e114316a98f6d7f7e91afa8d50639762c9 (diff) | |
download | spark-8cc92ff83634dffacfe1f25a135bc9ac665ff68b.tar.gz spark-8cc92ff83634dffacfe1f25a135bc9ac665ff68b.tar.bz2 spark-8cc92ff83634dffacfe1f25a135bc9ac665ff68b.zip |
Update from text to adventure
Diffstat (limited to 'spark-bukkit/build.gradle')
-rw-r--r-- | spark-bukkit/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index fd5c016..869b16a 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -1,8 +1,8 @@ dependencies { compile project(':spark-common') - compile('net.kyori:text-adapter-bukkit:3.0.5') { - exclude(module: 'text-api') - exclude(module: 'text-serializer-gson') + compile ('net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT') { + exclude(module: 'adventure-api') + exclude(module: 'adventure-text-serializer-gson') } compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT' |