try adding sonar to the root project again...

This commit is contained in:
Adam 2023-06-04 16:38:17 +02:00
parent 3b6fffdc52
commit 76750cfd71
2 changed files with 2 additions and 1 deletions

View file

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