gradle/code-analysis.gradle contains configuration for the jacoco plugin, but if I attempt to execute the standard jacoco task jacocoTestReport, our build just fails and says it doesn't know what that is.
How do we run jacoco on the command line? I tried this: ./gradlew geode-core:test --tests *RegionMapDestroyTest jacocoTestReport Thanks, Kirk