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 cd1a9ec commit a728a14Copy full SHA for a728a14
build.gradle
@@ -46,7 +46,6 @@ sonarqube {
46
property "sonar.projectKey", "graphql-java-kickstart_graphql-java-servlet"
47
property "sonar.organization", "graphql-java-kickstart"
48
property "sonar.host.url", "https://sonarcloud.io"
49
- property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
50
}
51
52
@@ -95,6 +94,12 @@ subprojects {
95
94
96
97
+ sonarqube {
98
+ properties {
99
+ property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
100
+ }
101
102
+
103
if (!it.name.startsWith('example')) {
104
105
jar {
0 commit comments