Skip to content

Commit 630cf5b

Browse files
committed
build: Allow for releases on this branch
1 parent afa6a5c commit 630cf5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ task testReport(type: TestReport) {
131131

132132
release {
133133
tagTemplate = 'java-sdk-$version'
134+
git {
135+
requireBranch = 'v6.x.x'
136+
}
134137
}
135138

136139
task startmessage {

0 commit comments

Comments
 (0)