Skip to content

Commit 2125540

Browse files
committed
Specify a branch name to the pushReleaseVersionBranch property
1 parent 26d24e5 commit 2125540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ signing {
134134
build.dependsOn publishToMavenLocal
135135

136136
release {
137-
pushReleaseVersionBranch = true
137+
pushReleaseVersionBranch = 'release'
138138
}
139139

140140
eclipse {

0 commit comments

Comments
 (0)