nugget/build.gradle.kts

10 lines
151 B
Text
Raw Normal View History

tasks.register("printVersion") {
doFirst {
println(version)
}
}
2024-03-26 11:54:19 -07:00
tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
}