Skip to content
Snippets Groups Projects
Commit 3d93cc9b authored by dohan's avatar dohan
Browse files

update to be compatible with gradle 5.0

parent eadfdc80
Branches
Tags
No related merge requests found
...@@ -49,11 +49,12 @@ jacoco { ...@@ -49,11 +49,12 @@ jacoco {
reportsDir = file("$buildDir/JacocoReports") reportsDir = file("$buildDir/JacocoReports")
} }
jacocoTestReport { jacocoTestReport {
reports { reports {
xml.enabled false xml.enabled false
csv.enabled false csv.enabled false
html.destination "${buildDir}/jacocoHtml" html.destination file("${buildDir}/jacocoHtml")
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment