Sonar Cloud Code Coverage showing 0 for few projects

Sonar Cloud Code Coverage showing 0 for few projects, The warning that I am seeing is
Property ‘sonar.jacoco.reportPath’ is no longer supported. Use JaCoCo’s xml report and sonar-jacoco plugin.
CI System used : Jenkins
Scanner command: mvn sonar:sonar -Dsonar.projectKey=test -Dsonar.organization=testeam -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=XXXXXXXX -Dsonar.branch.name=bugfix/MARS-7498-admin-active-portfolio-sort
Languages of the repository: Java
Error observed: The warning that I am seeing is
Property ‘sonar.jacoco.reportPath’ is no longer supported. Use JaCoCo’s xml report and sonar-jacoco plugin.

The same setup is working well until Dec 23, 2019, not sure if something has changed at sonarcloud end.

Hello @naren_naren,

Please see this post.

Hope that helps,
Tom