Skip to content

Commit 5e4f40b

Browse files
committed
log isGitDirty
1 parent 8a4847b commit 5e4f40b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ fun calcVersion(): String {
7575

7676
version = calcVersion()
7777
println("Project version: $version") // prints when Gradle evaluates the build
78+
println("Is Git Dirty: $isGitDirty")
7879

7980
tasks.register("printGitStatus") {
8081
doLast {

0 commit comments

Comments
 (0)