aboutsummaryrefslogtreecommitdiff
path: root/spark-forge/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2022-02-06 20:25:07 +0000
committerLuck <git@lucko.me>2022-02-06 20:25:07 +0000
commit25f46b649363d99f51b1b5262b5f7c0ce0c3251b (patch)
treed6e0350051d0e14d62bbd9764797ce334bf947f7 /spark-forge/build.gradle
parentc5494d20ce8c3c8868f0fc8e19a03d7888c6fe78 (diff)
downloadspark-25f46b649363d99f51b1b5262b5f7c0ce0c3251b.tar.gz
spark-25f46b649363d99f51b1b5262b5f7c0ce0c3251b.tar.bz2
spark-25f46b649363d99f51b1b5262b5f7c0ce0c3251b.zip
Improve build tooling
- add version to output file name - check license headers automatically
Diffstat (limited to 'spark-forge/build.gradle')
-rw-r--r--spark-forge/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle
index e0fe0f8..25e51ef 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -49,7 +49,7 @@ processResources {
}
shadowJar {
- archiveName = 'spark-forge.jar'
+ archiveName = "spark-${project.pluginVersion}-forge.jar"
configurations = [project.configurations.shade]
relocate 'okio', 'me.lucko.spark.lib.okio'