Hi Is there a way to tell Gradle to generate plain console output? I'm running a build on Travis CI and due to the limitations of Travis's logging it's very hard to see the wood for the trees. For example: http://travis-ci.org/#!/robfletcher/betamax/builds/2527439 I have a couple of failing tests there but it's pretty hard to pick them out from all the noise generated by the download & test running updates.
Thanks, Rob