Skip to content

Commit 3e7ad75

Browse files
committed
ci: hopefully fixed sonar issue by using default source and binary paths
1 parent dd86951 commit 3e7ad75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ sonarqube {
3434
property("sonar.sourceEncoding", "UTF-8")
3535
property("sonar.host.url", "https://sonarcloud.io")
3636

37-
// sonar requires relative path for sources and binaries
38-
property("sonar.sources", "app/src/main/java,app/src/main/kotlin")
39-
property("sonar.exclusions", "app/src/test/**,app/src/androidTest/**")
40-
property("sonar.tests", "app/src/test/java,app/src/test/kotlin,app/src/androidTest/java,app/src/androidTest/kotlin")
4137
property("sonar.binaries", "app/build/tmp/kotlin-classes/debug")
4238
// sonar requires absolute path for lint and jacoco reports!
4339
property("sonar.androidLint.reportPaths", "app/build/reports/lint-results-debug.xml")

0 commit comments

Comments
 (0)