Skip to content

Commit 8123544

Browse files
committed
Set gradle git requireBranch to master to retain old behavior
1 parent d563ab3 commit 8123544

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@ publishing {
5858
}
5959
}
6060
}
61+
62+
release {
63+
git {
64+
requireBranch.set('master')
65+
}
66+
}

0 commit comments

Comments
 (0)