diff options
author | Luck <git@lucko.me> | 2023-06-08 23:13:19 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2023-06-08 23:13:19 +0100 |
commit | f2c8ea7a4dd3ae786a29caa6cdadb411e53d7c67 (patch) | |
tree | ef833ddcad29fbc21998311bdea4f6c549b77114 /spark-nukkit | |
parent | f5b35cf7590e5e0d3f5b604216e1ba4a3d641c9d (diff) | |
download | spark-f2c8ea7a4dd3ae786a29caa6cdadb411e53d7c67.tar.gz spark-f2c8ea7a4dd3ae786a29caa6cdadb411e53d7c67.tar.bz2 spark-f2c8ea7a4dd3ae786a29caa6cdadb411e53d7c67.zip |
Update Fabric/Forge to Minecraft 1.20
Diffstat (limited to 'spark-nukkit')
-rw-r--r-- | spark-nukkit/build.gradle | 4 |
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' |