I get this error when running gradle test :
Caused by: org.gradle.api.GradleException: Could not generate test report to '/home/tjwebb/workspace/MyProject/build/reports/tests'.
Groovy 1.7.10
Gradle 1.0 m3
It is strange that my tests compile and work fine, they pass, and I get the usual output in build/reports/tests . Any ideas?
Travis webb
source share