Getting error while scanning java code

Iam running sonarqube on a java project and received this error.
19:22:50 INFO: Starting batch processing.
19:22:51 INFO: The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
19:24:07 INFO: 3% analyzed
19:24:42 INFO: 5% analyzed
19:25:15 Status ERROR: org.eclipse.jdt.core code=4 Could not retrieve declared methods org.eclipse.jdt.internal.compiler.problem.AbortCompilation: Pb(324) The type org.apache.commons.math3.ml.clustering.Clusterable cannot be resolved. It is indirectly referenced from required .class files
19:25:55 INFO: 10% analyzed
may know what kind of error is this & how to fix this issue???

Hey there.

As requested in the template post, what version of SonarQube are you using?

sonarqube version 10.0.0.68432

Thanks.

Can you give some additional details about how you’re analyzing your code? Which scanner are you running, and which command (plus analysis parameters) are you using?

We are using sonar scanner plugin(version: 2.15) on jenkins to scan our java project.
We are using this two important parameter to scan our project files
sonar.java.binaries=/target/classes**
sonar.sources=

Can you provide your full Jenkins pipeline configuration?