Fix Android lint reports path
This commit is contained in:
@@ -227,6 +227,6 @@ sonarqube {
|
||||
property "sonar.projectKey", "kirmanak_Mealient"
|
||||
property "sonar.organization", "kirmanak"
|
||||
property "sonar.host.url", "https://sonarcloud.io"
|
||||
property "sonar.androidLint.reportPaths", "**/build/reports/lint-results-*.xml"
|
||||
property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user