There was an error while loading. Please reload this page.
1 parent 5358c39 commit ebce029Copy full SHA for ebce029
README.md
@@ -50,7 +50,7 @@ task codeCoverageReport(type: JacocoReport) {
50
51
reports {
52
xml.enabled true
53
- xml.destination "${buildDir}/reports/jacoco/report.xml"
+ xml.destination file("${buildDir}/reports/jacoco/report.xml")
54
html.enabled false
55
csv.enabled false
56
}
0 commit comments