use commit sha in snapshot file names

This commit is contained in:
Colbster937
2026-01-12 13:35:21 -06:00
parent 2b1ccd018d
commit 91adbd5526
2 changed files with 8 additions and 7 deletions

View File

@@ -158,7 +158,7 @@ tasks.register("printVars") {
group = "help"
doLast {
println("VERS = " + PLUGIN_VERS)
println("AFCT = " + tasks.named("shadowJar").get().outputs.files.singleFile.name)
println("AFCT = " + tasks.named("shadowJar").get().outputs.files.singleFile.name.removeSuffix(".jar"))
}
}