We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344cf43 commit d101f75Copy full SHA for d101f75
application/wypl-image/build.gradle
@@ -32,6 +32,7 @@ tasks.withType(JacocoReport).configureEach {
32
html.required.set(true)
33
xml.required.set(true)
34
html.outputLocation.set(file("reports/jacoco/index.xml"))
35
+ xml.outputLocation.set(file("reports/jacoco/test/jacocoTestReport.xml"))
36
}
37
38
classDirectories.setFrom(
0 commit comments