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 a7fafce commit a7ae078Copy full SHA for a7ae078
build.gradle.kts
@@ -34,6 +34,7 @@ sonar {
34
property("sonar.projectKey", "rashidi_spring-boot-tutorials")
35
property("sonar.organization", "rashidi-github")
36
property("sonar.host.url", "https://sonarcloud.io")
37
+ property("sonar.java.binaries", "**/build/classes")
38
property("sonar.coverage.jacoco.xmlReportPaths", "${layout.buildDirectory.get()}/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml")
39
}
40
0 commit comments