Skip to content

Commit

Permalink
fix: remove release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Nov 18, 2021
1 parent ef577dc commit 83bcc04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ buildscript {
classpath "io.github.gradle-nexus:publish-plugin:$nexusPublishPluginVersion"
classpath "com.adarshr:gradle-test-logger-plugin:$testLoggerPluginVersion"
classpath "se.ascp.gradle:gradle-versions-filter:$versionsFilterPluginVersion"
classpath "net.researchgate:gradle-release:$gradleReleasePluginVersion"
}
}

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 @@ -70,7 +67,4 @@ subprojects {
}
}

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

2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ shadowPluginVersion = 7.1.0
testLoggerPluginVersion = 3.1.0
protobufPluginVersion = 0.8.18
nexusPublishPluginVersion = 1.1.0
gradleReleasePluginVersion = 2.8.1


#
# gradle
Expand Down

0 comments on commit 83bcc04

Please sign in to comment.