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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew :app:sonar --info -Dsonar.verbose=true run: ./gradlew sonar --info -Dsonar.verbose=true

View file

@ -17,6 +17,7 @@
plugins { plugins {
buildsrc.conventions.base buildsrc.conventions.base
buildsrc.conventions.sonarqube
} }
group = "net.thauvin.erik" group = "net.thauvin.erik"