-
Notifications
You must be signed in to change notification settings - Fork 8
SonarQube
Thomas Amberg edited this page Nov 23, 2020
·
29 revisions
Installing a local instance of SonarQube
- Open your Android project
- Open the build.gradle file
- After the buildscript {} block, add
id "org.sonarqube" version "2.7"
}
- ...
- ...