Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 802 Bytes

File metadata and controls

17 lines (10 loc) · 802 Bytes

Example project for SonarQube-Multi-Project-Plugin for Gradle

This is an example gradle-project using the SonarQube-Multi-Project-Plugin for Gradle

Documentation

Simply execute gradlew. This will build the project and analyze it with the Sonarqube-Server at http://localhost:9000. Optionally set the URL to your Sonarqube-Server with gradlew -Dsonar.host.url=<url>.

This will add the analysis of the project to Sonarqube. It should contain three modules:

  • main contains the analysis of the root-project's sources
  • common-module and extension-module contains the code of the sub-projects

License

Licensed under the GNU Lesser General Public License, Version 3.0