We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4847b commit 5e4f40bCopy full SHA for 5e4f40b
1 file changed
build.gradle.kts
@@ -75,6 +75,7 @@ fun calcVersion(): String {
75
76
version = calcVersion()
77
println("Project version: $version") // prints when Gradle evaluates the build
78
+println("Is Git Dirty: $isGitDirty")
79
80
tasks.register("printGitStatus") {
81
doLast {
0 commit comments