Hi,
From 8.2 SonarQube no longer reads the .exec format. Along with that, the sonar.jacoco.reportPath parameter is now ignored. Reading the .exec format had been deprecated for a while. It’s replaced by reading the .xml format, as fed from the new-ish sonar.coverage.jacoco.xmlReportPaths parameter.
HTH,
Ann
P.S. To be fair, this change got left out of the Upgrade Notes, an oversight we’ll correct.