Skip to content

Commit

Permalink
🔧 Updating configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmfnsc committed Apr 8, 2024
1 parent f94f3ee commit d34c55a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/sonarqube.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sonarqube {
properties {
property "sonar.projectKey", "arthurmfnsc_api-first"
property "sonar.organization", "arthurmfnsc"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.projectVersion", rootProject.version
property "sonar.token", System.getenv('SONAR_TOKEN')
property 'sonar.sourceEncoding', 'UTF-8'
Expand Down

0 comments on commit d34c55a

Please sign in to comment.