5 lines
80 B
Text
5 lines
80 B
Text
tasks.register("printVersion") {
|
|
doFirst {
|
|
println(version)
|
|
}
|
|
}
|