Update .gitea/workflows/build.yml
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m2s
Build / Build and analyze (pull_request) Successful in 1m56s
gitea-sonarqube-bot OK
Quality Check / Checkstyle Main (pull_request) Successful in 53s

This commit is contained in:
Jan Gleytenhoover 2024-09-27 08:37:06 +00:00
parent b208c9d3f0
commit 86359cd175

View File

@ -45,4 +45,4 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: ./gradlew build sonar --info
run: ./gradlew build sonar --info -Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }} -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }} -Dsonar.pullrequest.key=${{github.event.pull_request.number}}