Hi,
i’m running the sonar plugin but it warns me about missing classes for findbugs (see below). Is there any mechanism to extend the classpath for the sonar run in order to add the requiered jars ?
gradle -info sonar {code} Execute Findbugs 2.0.0… Findbugs output report: <mypath_stripped>/findbugs-result.xml The following classes needed for analysis were missing:
org.apache.maven.project.MavenProject
org.slf4j.impl.StaticLoggerBinder Execute Findbugs 2.0.0 done: 4484 ms Sensor FindbugsSensor done: 4611 ms Sensor JaCoCoSensor… {code}