diff --git a/build.gradle.kts b/build.gradle.kts index 71788695..a1b8cabc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -280,6 +280,8 @@ configure(moduleNames.map { project(":sunday-$it") }) { properties { property("sonar.sources", "src/main") property("sonar.tests", "src/test") + property("sonar.kotlin.detekt.reportPaths", "build/reports/detekt/detekt.xml") + property("sonar.kotlin.ktlint.reportPaths", "build/reports/ktlint/main-lint.xml") property("sonar.junit.reportPaths", "build/test-results/test") property("sonar.jacoco.reportPath", "") property("sonar.jacoco.reportPaths", "")