Skip to content

Commit

Permalink
feat: add release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Nov 18, 2021
1 parent ff05a71 commit ef577dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ buildscript {
apply from: "${rootProject.projectDir}/gradle/versions.gradle"
apply from: "${rootProject.projectDir}/gradle/publish.gradle"

apply plugin: 'net.researchgate.release'

group = 'io.etcd'

allprojects {
Expand Down Expand Up @@ -68,3 +70,7 @@ subprojects {
}
}

release {
tagTemplate = 'jetcd-${version}'
}

5 changes: 0 additions & 5 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
apply plugin: 'java-library'
apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: 'net.researchgate.release'

java {
withJavadocJar()
Expand Down Expand Up @@ -92,7 +91,3 @@ javadoc {
}
}

release {
tagTemplate = 'jetcd-${version}'
}

0 comments on commit ef577dc

Please sign in to comment.