aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit/build.gradle
diff options
context:
space:
mode:
authorlucko <git@lucko.me>2022-12-27 09:17:54 +0000
committerGitHub <noreply@github.com>2022-12-27 09:17:54 +0000
commite5b278047ccb7bc6b301d787474c51d162911867 (patch)
tree11bba64e8f28ce8b83adc05252b75f17e2ccbf6a /spark-bukkit/build.gradle
parent4a16a1a2f4eb09f706b4a541e3d31618de29420b (diff)
parent1075665def4a41cf0064255a6da1d1a652f5d473 (diff)
downloadspark-e5b278047ccb7bc6b301d787474c51d162911867.tar.gz
spark-e5b278047ccb7bc6b301d787474c51d162911867.tar.bz2
spark-e5b278047ccb7bc6b301d787474c51d162911867.zip
Merge pull request #284 from embeddedt/forge-1.7.10
Align 1.7.10 with master
Diffstat (limited to 'spark-bukkit/build.gradle')
-rw-r--r--spark-bukkit/build.gradle11
1 files changed, 1 insertions, 10 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index 8e111e8..92b65cc 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.2.0'
compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT'
// placeholders
@@ -37,12 +31,9 @@ processResources {
shadowJar {
archiveName = "spark-${project.pluginVersion}-bukkit.jar"
- relocate 'okio', 'me.lucko.spark.lib.okio'
- relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3'
relocate 'net.kyori.adventure', 'me.lucko.spark.lib.adventure'
relocate 'net.kyori.examination', 'me.lucko.spark.lib.adventure.examination'
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'
relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm'
relocate 'one.profiler', 'me.lucko.spark.lib.asyncprofiler'