Is there a way to access the path to the jacocoagent.jar used by the Gradle JaCoCo plugin?
I want to use to use it in JVM arguments to get code coverage when testing a GAE dev instance.
e.g.
jvmFlags = ["-javaagent:${<path to agent jar>}=destfile=${buildDir}/jacoco/jacoco.exec"]
Also, is there a better way of getting jacoco coverage of a GAE?