Skip to content

Commit 172c157

Browse files
committed
gradle clean before build
1 parent 7e283d7 commit 172c157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and analyze
4444
env:
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46-
run: gradle build jacocoAggregatedReport sonar --info
46+
run: gradle clean build jacocoAggregatedReport sonar --info
4747
- name: Compute version
4848
run: |
4949
gradle version

0 commit comments

Comments
 (0)