Skip to content

Commit

Permalink
build: Allow for releases on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatino10 committed Apr 4, 2019
1 parent afa6a5c commit 630cf5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ task testReport(type: TestReport) {

release {
tagTemplate = 'java-sdk-$version'
git {
requireBranch = 'v6.x.x'
}
}

task startmessage {
Expand Down

0 comments on commit 630cf5b

Please sign in to comment.