gradle

Gradle: How to Display Test Results in the Console in Real Time?

I would like to see test results ( system.out/err, log messages from components being tested ) as they run in the same console I run: gradle test And not wait until tests are done to look at the test reports ( that are only generated when tests are completed, so I can't "tail -f" anything while tests are running ) Thank you. ...

Basic gradle question

Hi All I have installed gradle and i am at least trying to get the most basic of build running but nothing. I have tried to run the sample project that comes with gradle. From this directory $GRADLE_HOME/samples/userguide/multiproject/firstExample i run this command gradle hello and this is output log4j:WARN No appenders could be ...