No changes required - major version was a change to the implementing language
- Update to Gradle 4.x or later
- Remove workaround for GH-20:
mergeCoverageReports {
reports {
xml.enabled true
html.enabled false
csv.enabled false
xml.destination = "${buildDir}/reports/jacoco/report.xml"
}
}
- Migrate from
org.starchartlabs.flare.dependency-insight
plug-in toorg.starchartlabs.flare.dependency-reporting
- This does not require re-configuration, but will change the names of the tasks added by the plug-in:
dependencyReport
->dependencyFullReport
dependencyInsightReport
->dependencyDetailReport
dependencyProjectReport
->dependencyProjectDetailReport
- This does not require re-configuration, but will change the names of the tasks added by the plug-in:
- Update to Gradle 5.x or later