Skip to content

Commit

Permalink
Update setup-gradle action
Browse files Browse the repository at this point in the history
setup-gradle v4 validates the wrapper
  • Loading branch information
jpenilla committed Dec 4, 2024
1 parent 416a733 commit 1cc86be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'zulu'

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Configure Build
uses: actions/github-script@v7
Expand Down

0 comments on commit 1cc86be

Please sign in to comment.