nugget/build.gradle.kts
2024-03-26 11:54:19 -07:00

9 lines
151 B
Text

tasks.register("printVersion") {
doFirst {
println(version)
}
}
tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
}