I\'m using Gradle 1.7 and Jacoco plugin. My project uses Java and Scala plugins. When I run gradlew -i clean jacocoTestReport
gradlew -i clean jacocoTestReport
Report is not created
The task will only run if coverage data is available. You can make sure of that by also running the test task.
test