1 parent 0e54892 commit 94914d5Copy full SHA for 94914d5
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