Remove SonarQube integration

More trouble than it's worth.
This commit is contained in:
Markus Fisch
2019-11-09 14:44:45 +01:00
parent 7a93172876
commit a2646ffdb3
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -14,9 +14,6 @@ bundle: lint
lint:
./gradlew lintDebug
sonarqube:
./gradlew sonarqube
infer: clean
infer -- ./gradlew assembleDebug
-4
View File
@@ -16,10 +16,6 @@ buildscript {
}
}
plugins {
id 'org.sonarqube' version '2.6.2'
}
allprojects {
repositories {
google()