only enable SonarQube in :app
This commit is contained in:
parent
86ae661788
commit
13c73903c3
4 changed files with 8 additions and 6 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 -Dsonar.verbose=true
|
||||
run: ./gradlew :app:sonar --info -Dsonar.verbose=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue