try adding sonar to the root project again...
This commit is contained in:
parent
3b6fffdc52
commit
76750cfd71
2 changed files with 2 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
buildsrc.conventions.base
|
buildsrc.conventions.base
|
||||||
|
buildsrc.conventions.sonarqube
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "net.thauvin.erik"
|
group = "net.thauvin.erik"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue