I have below structure of my project and I want to run the sonarunner on below modules. I put my common sonar.properties file inside the Parent folder and now I want to call it From my other module for e.g. Analyticslib module build.gradle file.
Can someone tell me how could I call the common sonar.properties from other module for sonar analysis?
AnalyticsLib
CLI
CLIWrapper
Common
CriteriaTableFieldMapping
environments
Integration
IntegrationWrapper
LicenseGenerator
LicenseVerifier
MegNativeJNI
native/19/linux-amd64
NativeJNI
Parent
TestSuite
TestTool