This project is analysed on SonarQube Cloud!
It is very easy to run an analysis on a Gradle-based project and push it to SonarQube Cloud:
- Declare the
org.sonarqube
plugin in yourbuild.gradle
file - In your
.travis.yml
file:- Activate the Travis Add-on
- Run
./gradlew sonarqube
at some point of time in thescript
section
You can take a look at the build.gradle and .travis.yml files of this project to see it in practice.
Copyright 2016-2024 SonarSource.
Licensed under the GNU Lesser General Public License, Version 3.0