ekino / gradle-quality-plugin

Quality plugin applying some configuration for your builds (checkstyle, jacoco, sonarqube)
https://plugins.gradle.org/plugin/com.ekino.oss.gradle.plugin.quality
MIT License
5 stars 1 forks source link

Sonarqube : The property sonar.jacoco.reportPaths will be deprecated #8

Closed jbhembise closed 3 years ago

jbhembise commented 5 years ago

References to "sonar.jacoco.reportPaths" and "sonar.jacoco.reportPath" will be deprecated (concern 2 lines at least of our plugin)

cf https://jira.sonarsource.com/projects/MMF/issues/MMF-1651?filter=allissues

We need to set by default the property "sonar.coverage.jacoco.xmlReportPaths" if the Gradle Jacoco Report task is configured in the "build.gradle".