enable verbose sonar to try and help debugging

This commit is contained in:
Adam 2023-06-02 09:22:48 +02:00
parent bccfd0003f
commit 86ae661788

View file

@ -46,4 +46,4 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew :sonar --info run: ./gradlew :sonar --info -Dsonar.verbose=true