Skip to content

Commit

Permalink
Updated deprecated sonarqube task (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GREFFIER authored Jan 26, 2023
1 parent 7cc4ddb commit 54c2bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build jacocoTestReport sonarqube --info
run: ./gradlew build jacocoTestReport sonar --info

- name: Publish test report
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
./gradlew build jacocoTestReport sonarqube --info
./gradlew build jacocoTestReport sonar --info
echo current_version=$(echo $(./gradlew properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')) >> $GITHUB_OUTPUT
- name: Publish test report
Expand Down

0 comments on commit 54c2bcf

Please sign in to comment.