Skip to content

Commit

Permalink
Merged in gradle-release-plugin (pull request #24)
Browse files Browse the repository at this point in the history
Switch Gradle release plugin
  • Loading branch information
dima767 authored and Jonathan Johnson committed Mar 23, 2018
1 parent 95d9884 commit 0159c2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
id 'war'
id 'org.springframework.boot' version '2.0.0.RELEASE'
id 'com.gorylenko.gradle-git-properties' version '1.4.21'
id 'net.researchgate.release' version '2.6.0'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
plugins {
id 'nebula.release' version '6.0.0'
}

release {
defaultVersionStrategy = org.ajoberstar.gradle.git.release.opinion.Strategies.SNAPSHOT
}

task wrapper(type: Wrapper) {
gradleVersion = 4.6
}

0 comments on commit 0159c2d

Please sign in to comment.