Upgrade Gradle wrapper to 5.2.1

This commit is contained in:
str4d
2019-02-17 01:16:20 +00:00
parent 51b27bbf0c
commit 1ae987927b
4 changed files with 3 additions and 31 deletions

View File

@@ -49,9 +49,9 @@ task codeCoverageReport(type: JacocoReport) {
reports {
xml.enabled true
xml.destination "${buildDir}/reports/jacoco/report.xml"
xml.destination file("${buildDir}/reports/jacoco/report.xml")
html.enabled true
html.destination "${buildDir}/reports/jacoco/html"
html.destination file("${buildDir}/reports/jacoco/html")
}
}