Skip to content

Commit 5822e70

Browse files
committed
Added -SNAPSHOT to the dev build versions
1 parent 6f82be9 commit 5822e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def getDevelopmentVersion() {
2525
println "git hash is empty: error: ${error.toString()}"
2626
throw new IllegalStateException("git hash could not be determined")
2727
}
28-
new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date()) + "-" + gitHash
28+
new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date()) + "-" + gitHash + "-SNAPSHOT"
2929
}
3030

3131

0 commit comments

Comments
 (0)