Skip to content

Commit

Permalink
fix sonar setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed Apr 17, 2024
1 parent 1f78a70 commit fd0d994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (jacocoEnabled.toBoolean()) {

sonarqube {
properties {
property("sonar.projectKey", "MEITREX_scrum_game_service")
property("sonar.projectKey", "MEITREX_common")
property("sonar.organization", "meitrex")
property("sonar.host.url", "https://sonarcloud.io")
}
Expand Down

0 comments on commit fd0d994

Please sign in to comment.