Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/240#discussion_r44585568 --- Diff: bin/templates/cordova/lib/builders/GradleBuilder.js --- @@ -211,3 +209,46 @@ module.exports = GradleBuilder; function isAutoGenerated(file) { return fs.existsSync(file) && fs.readFileSync(file, 'utf8').indexOf(MARKER) > 0; } + +/** + * A special superspawn-like implementation, required to workaround the issue --- End diff -- Not even an additional option, but an ability to accept any valid `stdio` option - `superspawn` now knows only `default`, `ignore` and `inherit`. I agree, this will be the most correct solution, but will require patching this in cordova-common and releasing it before next android release. @jasongin, what do you think?
--- 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 feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org