We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f82be9 commit 5822e70Copy full SHA for 5822e70
build.gradle
@@ -25,7 +25,7 @@ def getDevelopmentVersion() {
25
println "git hash is empty: error: ${error.toString()}"
26
throw new IllegalStateException("git hash could not be determined")
27
}
28
- new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date()) + "-" + gitHash
+ new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date()) + "-" + gitHash + "-SNAPSHOT"
29
30
31
0 commit comments