Add SonarCloud checks
This commit is contained in:
@@ -8,6 +8,7 @@ plugins {
|
||||
id 'com.google.gms.google-services'
|
||||
id 'com.google.firebase.crashlytics'
|
||||
id 'com.google.firebase.firebase-perf'
|
||||
id "org.sonarqube" version "3.3"
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -219,4 +220,12 @@ dependencies {
|
||||
// https://github.com/square/leakcanary/releases
|
||||
debugImplementation "com.squareup.leakcanary:leakcanary-android:2.9.1"
|
||||
|
||||
}
|
||||
|
||||
sonarqube {
|
||||
properties {
|
||||
property "sonar.projectKey", "kirmanak_Mealient"
|
||||
property "sonar.organization", "kirmanak"
|
||||
property "sonar.host.url", "https://sonarcloud.io"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user