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 640e232 commit b90f58b
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 @@ -146,6 +146,9 @@ release {
newVersionCommitMessage = 'update snapshot version'
tagTemplate = 'v${version}'
buildTasks = ['classes']
git {
requireBranch.set('master')
}
}

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

0 comments on commit b90f58b

Please sign in to comment.