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 54cb180 commit 819585eCopy full SHA for 819585e
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
`maven-publish`
10
}
11
12
-val baseVersion = "0.0.1"
+val baseVersion = "0.0.2"
13
val commitHash = System.getenv("COMMIT_HASH")
14
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
15
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"
0 commit comments