Skip to content

Commit a728a14

Browse files
committed
Update Sonar configuration
1 parent cd1a9ec commit a728a14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ sonarqube {
4646
property "sonar.projectKey", "graphql-java-kickstart_graphql-java-servlet"
4747
property "sonar.organization", "graphql-java-kickstart"
4848
property "sonar.host.url", "https://sonarcloud.io"
49-
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
5049
}
5150
}
5251

@@ -95,6 +94,12 @@ subprojects {
9594
}
9695
}
9796

97+
sonarqube {
98+
properties {
99+
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
100+
}
101+
}
102+
98103
if (!it.name.startsWith('example')) {
99104

100105
jar {

0 commit comments

Comments
 (0)