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 0baa2bc commit 16009e2Copy full SHA for 16009e2
build.gradle.kts
@@ -24,7 +24,6 @@ plugins {
24
}
25
26
group = "io.github.tobi-laa"
27
-version = "0.0.1"
28
29
java {
30
sourceCompatibility = JavaVersion.VERSION_17
@@ -160,3 +159,7 @@ signing {
160
159
tasks.javadoc {
161
(options as StandardJavadocDocletOptions).addBooleanOption("html5", true)
162
+
163
+release {
164
+ tagTemplate = "v${version}"
165
+}
gradle.properties
@@ -1 +1 @@
1
-version=0.0.2
+version=0.0.2-SNAPSHOT
0 commit comments