Skip to content

Commit ebce029

Browse files
authored
bugfix
1 parent 5358c39 commit ebce029

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
@@ -50,7 +50,7 @@ task codeCoverageReport(type: JacocoReport) {
5050
5151
reports {
5252
xml.enabled true
53-
xml.destination "${buildDir}/reports/jacoco/report.xml"
53+
xml.destination file("${buildDir}/reports/jacoco/report.xml")
5454
html.enabled false
5555
csv.enabled false
5656
}

0 commit comments

Comments
 (0)