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 0da6a98 commit f9e588dCopy full SHA for f9e588d
build.gradle.kts
@@ -24,7 +24,7 @@ if (!File("$rootDir/.git").exists()) {
24
group = "dev.themeinerlp"
25
var baseVersion by extra("1.0.0")
26
var extension by extra("")
27
-var snapshot by extra("-SNAPSHOT")
+var snapshot by extra("")
28
29
ext {
30
val git: Grgit = Grgit.open {
0 commit comments