sonar.coverage.jacoco.xmlReportPaths not showing code coverage but the deprecated sonar.jacoco.reportPaths shows code coverage

@saberduck

Below are the logs from sonarqube command execution.

Task :app:sonarqube
WARNING: API ‘variant.getJavaCompile()’ is obsolete and has been replaced with ‘variant.getJavaCompileProvider()’.
It will be removed at the end of 2019.
For more information, see Task Configuration Avoidance.
To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
SonarScanner will require Java 11+ to run starting in SonarQube 8.x
Classes not found during the analysis : [com.mikhaellopez.circularimageview.CircularImageView, org.apache.commons.logging.Log]

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use ‘–warning-mode all’ to show the individual deprecation warnings.
See Command-Line Interface

BUILD SUCCESSFUL in 4m 45s
88 actionable tasks: 87 executed, 1 up-to-date

Thanks.