Skip to content

Commit f0a0e45

Browse files
Update sonar paths
1 parent 90c3538 commit f0a0e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/scripts/sonar.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ sonarqube {
3232
property "sonar.java.coveragePlugin", "jacoco"
3333
property "sonar.sourceEncoding", "UTF-8"
3434
property "sonar.java.binaries", "${rootDir}/**/build/tmp/java-classes/debug"
35+
property "sonar.coverage.jacoco.xmlReportPaths", coverageReports.join(",")
3536
property "sonar.coverage.exclusions", rootProject.ext.sonar.excludeFilter
3637
}
3738
}

0 commit comments

Comments
 (0)