Skip to content

SonarQube

Thomas Amberg edited this page Nov 23, 2020 · 29 revisions

Installing the SonarQube service

Installing a local instance of SonarQube

Adding SonarQube to an Android project

  • Open your Android project
  • Open the build.gradle file
  • After the buildscript {} block, add
        id "org.sonarqube" version "2.7"
    }

Creating a new SonarQube project

  • ...

Running SonarQube

  • ...
Clone this wiki locally