aboutsummaryrefslogtreecommitdiff
path: root/spark-nukkit
diff options
context:
space:
mode:
Diffstat (limited to 'spark-nukkit')
-rw-r--r--spark-nukkit/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle
index d2e4833..19e6b42 100644
--- a/spark-nukkit/build.gradle
+++ b/spark-nukkit/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'com.github.johnrengelman.shadow' version '7.0.0'
+ id 'com.github.johnrengelman.shadow' version '8.1.1'
}
dependencies {
@@ -23,7 +23,7 @@ processResources {
}
shadowJar {
- archiveName = "spark-${project.pluginVersion}-nukkit.jar"
+ archiveFileName = "spark-${project.pluginVersion}-nukkit.jar"
relocate 'net.kyori.adventure', 'me.lucko.spark.lib.adventure'
relocate 'net.kyori.examination', 'me.lucko.spark.lib.adventure.examination'