fserb opened a new issue #982: URL: https://github.com/apache/cordova-android/issues/982
One can't disable gradle daemon by any method at this point using cordova android. `gradle.properties` has `org.gradle.daemon=true` and it gets overwritten every time you run `cordova build android`. There should be an easy way to do this. Right now, people are forced to use the demon (even for a one-off build) and do a `./gradlew -stop` to prevent the daemon from staying forever running. This is weird. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
