Skip to content

Commit

Permalink
Update build.gradle sonarprojectkey
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlxs authored Jul 23, 2024
1 parent e707dbc commit 09a07c7
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_template-microservice")
property("sonar.projectKey", "MEITREX_assignment_service")
property("sonar.organization", "meitrex")
property("sonar.host.url", "https://sonarcloud.io")
}
Expand Down

0 comments on commit 09a07c7

Please sign in to comment.