forked from I2P_Developers/i2p.i2p
Upgrade Gradle wrapper to 5.2.1
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user