Skip to content

Commit eda4215

Browse files
committed
Fix jacoco sonar config
1 parent 48e816d commit eda4215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ task reference(dependsOn: asciidoctor) {
490490

491491
sonarqube {
492492
properties {
493-
property 'sonar.jacoco.reportPath', "${buildDir.name}/jacoco.exec"
493+
property 'sonar.coverage.jacoco.xmlReportPaths', "${buildDir.name}/jacoco.exec"
494494
property 'sonar.links.homepage', linkHomepage
495495
property 'sonar.links.ci', linkCi
496496
property 'sonar.links.issue', linkIssue

0 commit comments

Comments
 (0)