Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #817 from mockito/ep2
Browse files Browse the repository at this point in the history
fix deprecation warning -> use onfigurableReport.setDestination(File)
  • Loading branch information
epeee committed Apr 4, 2019
2 parents 5b08153 + 5b674ff commit cfd87f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/shipkit/shipkit.gradle
Expand Up @@ -100,7 +100,7 @@ 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 false
csv.enabled false
}
Expand Down

0 comments on commit cfd87f2

Please sign in to comment.