ew-cli now prints errors in a {"error": "some error message..."} object to standard out when running with
the --json flag
gradle-plugin 0.12.1, 0.12.2
Added a printOutput option to the Gradle plugin which will print the output of the ew-cli command to standard out.
This is useful for debugging issues with the plugin without having to resort to the noisy --info flag.
The Gradle plugin now shuttles errors from ew-cli correctly, displaying them at build failure.