Skip to content

Commit

Permalink
Make sonar wait to fail CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 17, 2024
1 parent 652606c commit 6b98eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ sonar {
property("sonar.projectKey", "Mr-Mappie_mappie")
property("sonar.organization", "mappie")
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.qualitygate.wait", "true")
}
}

0 comments on commit 6b98eb9

Please sign in to comment.