Jacocco plug in and report under SonarQube are different

Hello Team, I am using SonarQube to get Code coverage.
I have also used the Jacocco plugin

But when I am trying to run my analysis - my Jacocco plug in shows coverage as 56% while my UI under Sonar qube job shows Code covergae % as 25% only.
What could be the cause for this ?

You can have a look at: Difference in the code coverage from local to sonar board

Also, note that such a big difference may be explained by the fact that SonarQube may show you the overall coverage of your project, including non-java files.