Gradle test failed with NullPointerException

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?

+2
source share
1 answer

I guess it was a mistake. I upgraded to gradle 1.0-m9 and it works. For some reason, m3 is the version still in the Ubuntu repositories.

+1
source

All Articles