How to call the common sonar.properties from other module for sonar analysis

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

The sonar runner page explains how to run sonar analysis in a multi-projects environment.
https://docs.gradle.org/current/userguide/sonar_runner_plugin.html

Note that sonarqube is now developing the gradle sonar runner plug-in, which is intended to be removed from the core plug-ins at some point.

http://www.sonarsource.com/2015/06/15/sonarqube-gradle-1-0-released/

Indeed, the Sonar support in Gradle core will be deprecated very soon.