diff options
author | Luck <git@lucko.me> | 2022-06-26 19:19:49 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2022-06-26 19:19:49 +0100 |
commit | d5d5cb10714b0993ec91d6a2b523b661c1314917 (patch) | |
tree | 9f5980fd62ffe9616618eb481e0f588c9c1b4744 /spark-bukkit | |
parent | fed6a350a80f6daa8c170770e5f300a0d5aa0894 (diff) | |
download | spark-d5d5cb10714b0993ec91d6a2b523b661c1314917.tar.gz spark-d5d5cb10714b0993ec91d6a2b523b661c1314917.tar.bz2 spark-d5d5cb10714b0993ec91d6a2b523b661c1314917.zip |
Update adventure version
Diffstat (limited to 'spark-bukkit')
-rw-r--r-- | spark-bukkit/build.gradle | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index 8e111e8..7144291 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -4,13 +4,7 @@ plugins { dependencies { implementation project(':spark-common') - implementation('me.lucko:adventure-platform-bukkit:4.9.4') { - exclude(module: 'adventure-api') - exclude(module: 'checker-qual') - exclude(module: 'annotations') - exclude(module: 'adventure-text-serializer-gson') - exclude(module: 'adventure-text-serializer-legacy') - } + implementation 'net.kyori:adventure-platform-bukkit:4.1.1' compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT' // placeholders |