enable verbose sonar to try and help debugging
This commit is contained in:
parent
bccfd0003f
commit
86ae661788
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -46,4 +46,4 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
run: ./gradlew :sonar --info
|
||||
run: ./gradlew :sonar --info -Dsonar.verbose=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue