Skip to content

Commit

Permalink
🔧 replace dummy SonarQube login with environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
raksit31667 committed Aug 31, 2021
1 parent 06e407f commit f8f285f
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 @@ -34,7 +34,7 @@ sonarqube {
property "sonar.projectName", "example-spring-template"
property "sonar.organization", "raksit31667"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.login", "dfab24d9b0578b4b37225ec06a0db52ddf24e76c"
property "sonar.login", ${env.SONARQUBE_LOGIN}
property "sonar.projectBaseDir", "api-service"
property "sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/test/jacocoTestReport.xml"
property 'sonar.java.source', "11"
Expand Down

0 comments on commit f8f285f

Please sign in to comment.