We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481aef2 commit 70bf0e2Copy full SHA for 70bf0e2
gradle/profile-deploy.gradle
@@ -37,8 +37,8 @@ release {
37
//set possible properties which may contain the version
38
versionProperties = ['version', 'mainversion']
39
git {
40
- //branch from where to release (default: master)
41
- requireBranch.set('master')
+ //branch from where to release (default: main)
+ requireBranch.set('main')
42
}
43
44
0 commit comments