Skip to content

Commit a7ae078

Browse files
authored
Fix missing sonar.java.binaries configuration (#265)
1 parent a7fafce commit a7ae078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ sonar {
3434
property("sonar.projectKey", "rashidi_spring-boot-tutorials")
3535
property("sonar.organization", "rashidi-github")
3636
property("sonar.host.url", "https://sonarcloud.io")
37+
property("sonar.java.binaries", "**/build/classes")
3738
property("sonar.coverage.jacoco.xmlReportPaths", "${layout.buildDirectory.get()}/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml")
3839
}
3940
}

0 commit comments

Comments
 (0)