Skip to content

Commit da6794b

Browse files
committed
fix sonar
1 parent 371cb7d commit da6794b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ tasks.jacocoTestReport {
167167

168168
sonarqube {
169169
properties {
170-
property("sonar.projectKey", "openapi-processor_openapi-processor-base-spring")
170+
property("sonar.projectKey", "openapi-processor_openapi-processor-spring")
171171
property("sonar.organization", "openapi-processor")
172172
property("sonar.host.url", "https://sonarcloud.io")
173173
property("sonar.coverage.jacoco.xmlReportPaths", layout.buildDirectory.dir("reports/jacoco/test/jacocoTestReport.xml").get().toString())

0 commit comments

Comments
 (0)