Skip to content

Commit b24012a

Browse files
committed
Fix path
1 parent c7bca54 commit b24012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ sonar {
3939
property("sonar.host.url", "https://sonarcloud.io")
4040
property("sonar.organization", "github-mattbertolini")
4141
property("sonar.projectKey", "mattbertolini_spring-annotated-web-data-binder")
42-
property("sonar.coverage.jacoco.xmlReportPaths", reportXmlFile)
42+
property("sonar.coverage.jacoco.xmlReportPaths", reportXmlFile.map { it.asFile.path }.get())
4343
}
4444
}

0 commit comments

Comments
 (0)