This commit is contained in:
Anthony Stirling
2024-12-12 23:40:49 +00:00
parent 446cedf26e
commit 2f23eb69c6
2 changed files with 12 additions and 6 deletions

View File

@@ -425,3 +425,6 @@ tasks.named("test") {
task printVersion {
println project.version
}
task printMacVersion {
println getMacVersion(project.version.toString())
}