[GitHub] cordova-android pull request: cdvBuildMultipleApks casting fixed

2015-07-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/199 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] cordova-android pull request: cdvBuildMultipleApks casting fixed

2015-07-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-android/pull/199#issuecomment-122875696 Created JIRA: https://issues.apache.org/jira/browse/CB-9391 LGTM, merging. @mlegenhausen, if you're going to contribute to Apache projects, ple

[GitHub] cordova-android pull request: cdvBuildMultipleApks casting fixed

2015-07-17 Thread mlegenhausen
Github user mlegenhausen commented on the pull request: https://github.com/apache/cordova-android/pull/199#issuecomment-122279880 I found a workaround: `cordova build android -- --gradleArg=-PcdvBuildMultipleApks=''`. The problem really bothers when you want to use the `cordova-plugin

[GitHub] cordova-android pull request: cdvBuildMultipleApks casting fixed

2015-07-17 Thread mlegenhausen
GitHub user mlegenhausen opened a pull request: https://github.com/apache/cordova-android/pull/199 cdvBuildMultipleApks casting fixed Casting `cdvBuildMultipleApks` via `!!` does not work when you want to modify the build process via the command line. The problem can be simply repr