Skip to content

Commit

Permalink
Update github action Setup Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Oct 5, 2024
1 parent 02ac26f commit 9c3b2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: current
gradle-version: wrapper
gradle-home-cache-cleanup: true

- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: current
gradle-version: wrapper
gradle-home-cache-cleanup: true

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 9c3b2f1

Please # to comment.