Skip to content

Commit

Permalink
feat(build): release plugin need master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Aug 30, 2022
1 parent bdf1e66 commit 475a3fb
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 @@ -141,6 +141,9 @@ release {
newVersionCommitMessage = 'update snapshot version'
tagTemplate = 'v${version}'
buildTasks = ['classes']
git {
requireBranch.set('master')
}
}

/**********************************************************************************************************************\
Expand Down

0 comments on commit 475a3fb

Please # to comment.