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 4122069 commit 3c27388Copy full SHA for 3c27388
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
`maven-publish`
10
}
11
12
-val baseVersion = "0.0.3"
+val baseVersion = "0.0.4"
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}"
@@ -85,4 +85,4 @@ subprojects {
85
sign(publishing.publications)
86
useGpgCmd()
87
88
-}
+}
0 commit comments