In SonarQube UI, in a project analysis with 0% coverage since 7.9.4 upgrade, I can see this warning : “Property ‘sonar.jacoco.reportPaths’ is no longer supported. Use JaCoCo’s xml report and sonar-jacoco plugin.”
I thought this parameter would be removed in 8.2 according to other answers, what is happening here ?
It looks like you also upgraded your Java analyzer. The change to drop .exec support ships with 8.2, but you’ve taken it early with this additional upgrade.