Skip to content

Commit

Permalink
Use gradle to run 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmudd committed Nov 17, 2023
1 parent c7cc363 commit 18265a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
./gradlew \
-Dsonar.token=${{ secrets.SONAR_TOKEN }} \
-Dsonar.pullrequest.branch=${{ github.ref }} \
-Dsonar.pullrequest.key=${{ github.ref.name }} \
-Dsonar.pullrequest.key=${{ github.event.number }} \
-Dsonar.pullrequest.base=${{ github.base.ref }} \
-Dsonar.pullrequest.github.repository=${{ github.server_url }}/${{ github.repository }} \
checkstyleMain checkstyleTest spotbugsMain spotbugsTest jacocoTestReport sonar

0 comments on commit 18265a9

Please sign in to comment.