We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11a2c04 + ebce029 commit d185350Copy full SHA for d185350
1 file changed
README.md
@@ -62,7 +62,7 @@ task codeCoverageReport(type: JacocoReport) {
62
63
reports {
64
xml.enabled true
65
- xml.destination "${buildDir}/reports/jacoco/report.xml"
+ xml.destination file("${buildDir}/reports/jacoco/report.xml")
66
html.enabled false
67
csv.enabled false
68
}
0 commit comments