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

fix deprecation warning -> use onfigurableReport.setDestination(File) #817

Merged
merged 1 commit into from Apr 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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