Fix build failure due to wrongly configured SonarQube
This commit is contained in:
@@ -221,12 +221,3 @@ dependencies {
|
|||||||
debugImplementation "com.squareup.leakcanary:leakcanary-android:2.9.1"
|
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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -41,3 +41,12 @@ plugins {
|
|||||||
task clean(type: Delete) {
|
task clean(type: Delete) {
|
||||||
delete rootProject.buildDir
|
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