Skip to content

Commit

Permalink
Fix Gradle setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Sep 27, 2024
1 parent 573cf2d commit 12b77d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
validate-wrappers: true
gradle-home-cache-cleanup: true

- name: Setup Android SDK
uses: android-actions/setup-android@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
validate-wrappers: true
gradle-home-cache-cleanup: true

- name: Setup Android SDK
uses: android-actions/setup-android@v3
Expand Down

0 comments on commit 12b77d6

Please sign in to comment.