Update .gitea/workflows/build.yml

This commit is contained in:
Jan K9f 2024-09-26 08:56:11 +00:00
parent 812bcfcde2
commit bcecf66bcb

View file

@ -40,4 +40,4 @@ jobs:
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: ./gradlew build sonar --info run: ./gradlew build sonar --info -Dsonar.branch.name = main