Hello,
I am using tcpserver mode with Jacoco and need to find a  better way to 
collect coverage data using the dump task in Gradle.

The only way I know so far is to use ANT dump task. Is there a Gradle task 
that I can use?
This is how I use it currently in my build.gradle
ant {
taskdef(name: 'dump',
classname: 'org.jacoco.ant.DumpTask',
classpath: configurations.jacocoAnt.asPath)

dump(address: .....,
port:xxx,
destfile: "xxxx")
}

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/3ec1454c-437e-4247-8618-dfeee3353219n%40googlegroups.com.

Reply via email to