We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e3c1b commit ae51b30Copy full SHA for ae51b30
1 file changed
app/build.gradle
@@ -70,7 +70,7 @@ android {
70
properties {
71
property("sonar.projectKey", "sonar_test_android")
72
property("sonar.projectName", "sonar_test_android")
73
- property("sonar.androidLint.reportPaths", "build/reports/lint-results-debug.html")
+ property("sonar.androidLint.reportPaths", "/Users/yashwant.g/StudioProjects/SSComposeCookBook/app/build/reports/lint-results-debug.html")
74
}
75
76
namespace = "com.jetpack.compose.learning"
0 commit comments