Skip to content

Commit

Permalink
AJ-1428: upgrade sonar plugin and task (#411)
Browse files Browse the repository at this point in the history
upgrade sonar plugin and task
  • Loading branch information
davidangb authored Nov 14, 2023
1 parent f616352 commit cf7bbc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew --build-cache sonarqube
run: ./gradlew --build-cache sonar

- name: Upload Test Reports
if: always()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.springframework.boot' version '2.7.12' apply false
id 'io.spring.dependency-management' version '1.1.0' apply false
id 'com.google.cloud.tools.jib' version '3.2.1' apply false
id "org.sonarqube" version "4.0.0.2929" apply false
id "org.sonarqube" version "4.4.1.3373" apply false
id 'idea'
id "org.openapi.generator" version "6.6.0" apply false
id 'java'
Expand Down
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ compileJava {
}
}

sonarqube {
sonar {
properties {
property "sonar.projectName", "terra-workspace-data-service"
property "sonar.projectKey", "DataBiosphere_workspace-data-service"
Expand Down

0 comments on commit cf7bbc5

Please sign in to comment.