We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371cb7d commit da6794bCopy full SHA for da6794b
build.gradle.kts
@@ -167,7 +167,7 @@ tasks.jacocoTestReport {
167
168
sonarqube {
169
properties {
170
- property("sonar.projectKey", "openapi-processor_openapi-processor-base-spring")
+ property("sonar.projectKey", "openapi-processor_openapi-processor-spring")
171
property("sonar.organization", "openapi-processor")
172
property("sonar.host.url", "https://sonarcloud.io")
173
property("sonar.coverage.jacoco.xmlReportPaths", layout.buildDirectory.dir("reports/jacoco/test/jacocoTestReport.xml").get().toString())
0 commit comments