Skip to content

Commit d185350

Browse files
authored
Merge pull request #14 from colddew/master
#14 Fix jacoco xml report destination in README
2 parents 11a2c04 + ebce029 commit d185350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ task codeCoverageReport(type: JacocoReport) {
6262
6363
reports {
6464
xml.enabled true
65-
xml.destination "${buildDir}/reports/jacoco/report.xml"
65+
xml.destination file("${buildDir}/reports/jacoco/report.xml")
6666
html.enabled false
6767
csv.enabled false
6868
}

0 commit comments

Comments
 (0)