I get failure each time I run the plugin (Android, command line), despite setting git {
requireBranch.set('develop')
}
1: Task failed with an exception.
- What went wrong:
Execution failed for task ':app-release:app:initScmAdapter'.
Current Git branch is "develop" and not "main".
The requireBranch setting is in top level (project) build.gradle file.
Any ideas why this happen or what else I can check?
Plugin version 3.0.2
I get failure each time I run the plugin (Android, command line), despite setting git {
requireBranch.set('develop')
}
1: Task failed with an exception.
Execution failed for task ':app-release:app:initScmAdapter'.
The requireBranch setting is in top level (project) build.gradle file.
Any ideas why this happen or what else I can check?
Plugin version 3.0.2