Skip to content

Commit dd29bda

Browse files
Run clean before executing wrapper upgrade
1 parent 174bae5 commit dd29bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrapper-upgrade-execution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: Upgrade Wrappers
3535
uses: gradle/gradle-build-action@v2
3636
with:
37-
arguments: 'upgradeGradleWrapperAll --continue'
37+
arguments: 'clean upgradeGradleWrapperAll --continue'
3838
env:
3939
WRAPPER_UPGRADE_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)