Skip to content

Commit 83d3850

Browse files
cortinicofacebook-github-bot
authored andcommitted
setup-gradle v4 + Remove unnecessary Gradle Wrapper Validation (#47389)
Summary: As per: https://github.com/gradle/actions#the-wrapper-validation-action > Starting with v4 the setup-gradle action will [perform wrapper validation](https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#gradle-wrapper-validation) on each execution. If you are using setup-gradle in your workflows, it is unlikely that you will need to use the wrapper-validation action. I'm moving to setup-gradle v4 and remove this unnecessary extra action. ## Changelog: [INTERNAL] - setup-gradle v4 + Remove unnecessary Gradle Wrapper Validation Pull Request resolved: #47389 Test Plan: CI Reviewed By: blakef Differential Revision: D65435069 Pulled By: cortinico fbshipit-source-id: c28b4d520e91fea9c59a341fb94598db5fc69900
1 parent d7d5535 commit 83d3850

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/actions/setup-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: "composite"
99
steps:
1010
- name: Setup gradle
11-
uses: gradle/actions/setup-gradle@v3
11+
uses: gradle/actions/setup-gradle@v4
1212
with:
1313
gradle-version: wrapper
1414
# We want the Gradle cache to be written only on main/-stable branches run, and only for jobs with `cache-read-only` == false (i.e. `build_android`).

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)