Skip to content

Commit

Permalink
Merge pull request #131 from raynigon/dependabot/gradle/net.researchg…
Browse files Browse the repository at this point in the history
…ate.release-3.0.2

Bump net.researchgate.release from 2.8.1 to 3.0.2
  • Loading branch information
raynigon committed Sep 14, 2022
2 parents acff7c7 + 77e63b9 commit b7d5f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.42.0'

// Auto Release
id('net.researchgate.release') version '2.8.1'
id('net.researchgate.release') version '3.0.2'
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle/scripts/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release {
buildTasks = ['publish']

git {
requireBranch = "release"
requireBranch.set("release")
}
}

Expand Down

0 comments on commit b7d5f3f

Please sign in to comment.