We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bca54 commit b24012aCopy full SHA for b24012a
build.gradle.kts
@@ -39,6 +39,6 @@ sonar {
39
property("sonar.host.url", "https://sonarcloud.io")
40
property("sonar.organization", "github-mattbertolini")
41
property("sonar.projectKey", "mattbertolini_spring-annotated-web-data-binder")
42
- property("sonar.coverage.jacoco.xmlReportPaths", reportXmlFile)
+ property("sonar.coverage.jacoco.xmlReportPaths", reportXmlFile.map { it.asFile.path }.get())
43
}
44
0 commit comments