Skip to content

Commit

Permalink
CQI-9: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Oct 30, 2023
1 parent 133aecb commit 5eb7284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 sonarqube --info
run: ./gradlew sonar --info
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
plugins {
id 'org.springframework.boot' version '2.2.2.RELEASE'
id "org.flywaydb.flyway" version "6.0.8"
id "org.sonarqube" version "2.7"
id "org.sonarqube" version "4.4.1.3373"
id "com.moowork.node" version "1.2.0"
id 'com.avast.gradle.docker-compose' version '0.8.10'
id "com.github.ben-manes.versions" version "0.20.0"
Expand Down Expand Up @@ -295,7 +295,7 @@ checkstyle {
toolVersion = "8.12"
}

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

0 comments on commit 5eb7284

Please sign in to comment.