From 3c12a31ead109c11af7290d13e87651cff796b6c Mon Sep 17 00:00:00 2001 From: Luck Date: Fri, 9 Jul 2021 13:34:58 +0100 Subject: Fix Sponge API 8 platform build config --- spark-velocity/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'spark-velocity') diff --git a/spark-velocity/build.gradle b/spark-velocity/build.gradle index c27677d..a20cce4 100644 --- a/spark-velocity/build.gradle +++ b/spark-velocity/build.gradle @@ -22,8 +22,13 @@ blossom { shadowJar { archiveName = 'spark-velocity.jar' + dependencies { + exclude(dependency('net.kyori:^(?!adventure-text-feature-pagination).+$')) + } + relocate 'okio', 'me.lucko.spark.lib.okio' relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3' + relocate 'net.kyori.adventure.text.feature.pagination', 'me.lucko.spark.lib.adventure.pagination' relocate 'net.bytebuddy', 'me.lucko.spark.lib.bytebuddy' relocate 'org.tukaani.xz', 'me.lucko.spark.lib.xz' relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf' -- cgit