Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gradle --configure-on-demand flag to bintray upload script
Gradle by default configures all projects, even the ones which will not be executed. Because of this, it always asks for the keystore passwords for the demo app, which is a PITA. Adding this flag makes the bintray upload script run without user interaction.
- Loading branch information