Skip to content

Commit

Permalink
b workaround for bug i release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetiljd committed Jul 5, 2022
1 parent 059f85b commit 38e273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ release {
newVersionCommitMessage = "[Release Plugin] - next version commit: "
tagTemplate = "release-\${version}"
git {
requireBranch = 'master'
requireBranch.set('master')
}
}

Expand Down

0 comments on commit 38e273a

Please sign in to comment.