Fix build failure due to wrongly configured SonarQube
This commit is contained in:
@@ -220,13 +220,4 @@ 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"
|
||||
property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml"
|
||||
}
|
||||
}
|
||||
11
build.gradle
11
build.gradle
@@ -40,4 +40,13 @@ plugins {
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
}
|
||||
|
||||
sonarqube {
|
||||
properties {
|
||||
property "sonar.projectKey", "kirmanak_Mealient"
|
||||
property "sonar.organization", "kirmanak"
|
||||
property "sonar.host.url", "https://sonarcloud.io"
|
||||
property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user