Skip to content

Commit 16009e2

Browse files
committed
Gradle release plugin
1 parent 0baa2bc commit 16009e2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ plugins {
2424
}
2525

2626
group = "io.github.tobi-laa"
27-
version = "0.0.1"
2827

2928
java {
3029
sourceCompatibility = JavaVersion.VERSION_17
@@ -160,3 +159,7 @@ signing {
160159
tasks.javadoc {
161160
(options as StandardJavadocDocletOptions).addBooleanOption("html5", true)
162161
}
162+
163+
release {
164+
tagTemplate = "v${version}"
165+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.0.2
1+
version=0.0.2-SNAPSHOT

0 commit comments

Comments
 (0)