nugget/build.gradle.kts
2021-06-14 23:49:52 -05:00

5 lines
80 B
Text

tasks.register("printVersion") {
doFirst {
println(version)
}
}