diff options
author | Luck <git@lucko.me> | 2021-07-09 13:34:58 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-07-09 13:34:58 +0100 |
commit | 3c12a31ead109c11af7290d13e87651cff796b6c (patch) | |
tree | 7a3d02a3cda927a07b50183951185f4a534fe546 /spark-velocity4 | |
parent | 805b75ecebd5f2f3aa760e8e072700a1e20a0e04 (diff) | |
download | spark-3c12a31ead109c11af7290d13e87651cff796b6c.tar.gz spark-3c12a31ead109c11af7290d13e87651cff796b6c.tar.bz2 spark-3c12a31ead109c11af7290d13e87651cff796b6c.zip |
Fix Sponge API 8 platform build config
Diffstat (limited to 'spark-velocity4')
-rw-r--r-- | spark-velocity4/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spark-velocity4/build.gradle b/spark-velocity4/build.gradle index f25c887..8c70779 100644 --- a/spark-velocity4/build.gradle +++ b/spark-velocity4/build.gradle @@ -28,8 +28,13 @@ blossom { shadowJar { archiveName = 'spark-velocity4.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' |