aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bukkit')
-rw-r--r--spark-bukkit/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index 4c33dfc..87e9832 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/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 {
@@ -29,7 +29,7 @@ processResources {
}
shadowJar {
- archiveName = "spark-${project.pluginVersion}-bukkit.jar"
+ archiveFileName = "spark-${project.pluginVersion}-bukkit.jar"
relocate 'net.kyori.adventure', 'me.lucko.spark.lib.adventure'
relocate 'net.kyori.examination', 'me.lucko.spark.lib.adventure.examination'