Skip to content

Commit

Permalink
Attempts to use default quality gate.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Dec 13, 2024
1 parent 71bbd19 commit 343c853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/java/src/main/groovy/dolly-sonar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sonarqube {
property "sonar.language", "java"
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.qualitygate.name", "Team Dolly"
property "sonar.sourceEncoding", "UTF-8"
property "sonar.token", System.getenv("SONAR_TOKEN")
}
Expand Down

0 comments on commit 343c853

Please sign in to comment.