Skip to content

Commit

Permalink
Disable wrapper-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Oct 5, 2024
1 parent d18087f commit bec7839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
validate-wrappers: false

- name: Grant execute permission for gradlew
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
validate-wrappers: false

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit bec7839

Please # to comment.