Sample project for usage of sonar kotlin plugin
- Setup Sonarqube 6.7 with Kotlin plugin
- Install Sonarqube Jacoco plugin: https://docs.sonarqube.org/display/PLUG/JaCoCo+Plugin
- Setup your project
- Run command (executes tests, generates report and starts sonar):
./gradlew clean sonarqube
To run Sonarqube with docker go to sonarqube directory and run:
docker-compose build
docker-compose up