Skip to content

Commit

Permalink
Sonar: Update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
zechmeister committed Oct 14, 2024
1 parent 9b5ba64 commit b003962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ sonar {
// NOTE: sonarqube picks up combined coverage correctly without further configuration from:
// build/reports/jacoco/test/jacocoTestReport.xml
properties {
property("sonar.projectKey", "digitalservicebund_fit-connect-adapter")
property("sonar.projectKey", "digitalservicebund_a2j-erv-wrapper")
property("sonar.organization", "digitalservicebund")
property("sonar.host.url", "https://sonarcloud.io")
}
Expand Down

0 comments on commit b003962

Please sign in to comment.