Skip to content

Commit

Permalink
Use assemble instead of build for sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 28, 2023
1 parent c09516c commit 7dfc594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonar --info
run: ./gradlew assemble sonar --info

0 comments on commit 7dfc594

Please sign in to comment.