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.
2 parents babda5f + fa7d259 commit 5eea2c3Copy full SHA for 5eea2c3
build.gradle
@@ -22,7 +22,7 @@ def getDevelopmentVersion() {
22
println "git hash is empty: error: ${error.toString()}"
23
throw new IllegalStateException("git hash could not be determined")
24
}
25
- new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date()) + "-" + gitHash
+ "0.0.0-" + new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date()) + "-" + gitHash
26
27
28
0 commit comments