mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-02-04 02:57:41 +00:00
use commit sha in snapshot file names
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user