Skip to content

Commit

Permalink
FDP-94: Sonar fix?
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Verbruggen <[email protected]>
  • Loading branch information
sanderv committed Nov 15, 2023
1 parent c9fb945 commit 9bc3aa0
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 @@ -19,7 +19,7 @@ version = System.getenv("GITHUB_REF_NAME")?.replace("/", "-")?.lowercase() ?: "d
sonarqube {
properties {
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.projectKey", "gxf-soap-bridge")
property("sonar.projectKey", "OGSP_gxf-soap-bridge")
property("sonar.organization", "gxf")
}
}
Expand Down

0 comments on commit 9bc3aa0

Please sign in to comment.