Skip to content

SonarQube

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

Installing the SonarQube service

Installing a local instance of the SonarQube service.

Creating a new SonarQube project

  • ...

Adding SonarQube to your Android project

  • Open your Android project

  • Open the build.gradle file

  • After the buildscript {} block, add

    plugins {
        id "org.sonarqube" version "2.7"
    }
    

Running a SonarQube analysis

  • ...
  • Access the result on
Clone this wiki locally