diff --git a/build.gradle b/build.gradle index de83fb2..48bf2f9 100644 --- a/build.gradle +++ b/build.gradle @@ -103,8 +103,9 @@ tasks.withType(GenerateModuleMetadata) { jacocoTestReport { dependsOn test // tests are required to run before generating the report reports { - xml.required = false csv.required = false + xml.enabled true + xml.destination file("${buildDir}/reports/jacoco/report.xml") html.outputLocation = layout.buildDirectory.dir('jacocoHtml') } }