1 parent 7e283d7 commit 172c157Copy full SHA for 172c157
1 file changed
.github/workflows/actions.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build and analyze
44
env:
45
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46
- run: gradle build jacocoAggregatedReport sonar --info
+ run: gradle clean build jacocoAggregatedReport sonar --info
47
- name: Compute version
48
run: |
49
gradle version
0 commit comments