GNU Emacs 24.3.1 Gradle 1.12 spock-core.0.7
Hello,
I am doing unit testing with spock framework using the gradle build>
spock framework
gradle build>
Try gradle --stacktrace test. I believe that will show the stacktraces that produced the test failures/errors.
gradle --stacktrace test
You could also perhaps add the --debug option also for additional information.
--debug