Skip to content

Commit

Permalink
CQI-9: change name
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Oct 30, 2023
1 parent 8caf9ca commit 133aecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonar --info
run: ./gradlew sonarqube --info
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ checkstyle {
toolVersion = "8.12"
}

sonar {
sonarqube {
properties {
property "sonar.projectKey", "OpenLMIS_openlmis-referencedata"
property "sonar.organization", "openlmis"
Expand Down

0 comments on commit 133aecb

Please sign in to comment.