To run the analysis it is sufficient to issue the following commands (from within) the project root directory.


To run the analysis:


gradle sonarqube


or, to get also coverage information:


gradle jacocoTestReport sonarqube



More details are available here.