From d5d5cb10714b0993ec91d6a2b523b661c1314917 Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 26 Jun 2022 19:19:49 +0100 Subject: Update adventure version --- spark-bukkit/build.gradle | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'spark-bukkit/build.gradle') 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 -- cgit