Incomplete scanning of gradle projects for multiple SDKs

Our project contains a large number of SDKs, and specific code modifications and changes are also made in the SDK. However, after the sonarqube plug-in is enabled, only the source code in the app directory can be scanned, but the SDK code cannot be scanned. How can I set this to scan the SDK source code for building the app



image

Hi,

I guess you’re doing a Gradle analysis? You probably need to override the analysis property default for sonar.sources.

 
HTH,
Ann