Skip to content

Commit

Permalink
Migrate from gradle-build-action + wrapper-validation-action to `…
Browse files Browse the repository at this point in the history
…gradle/action/setup-gradle` (cashapp#1411)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
TWiStErRob and renovate[bot] authored May 5, 2024
1 parent de66f62 commit ef12578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
java-version: ${{ matrix.java-version }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true

- name: Run All Tests
run: ./gradlew check
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/gradle-wrapper.yml

This file was deleted.

0 comments on commit ef12578

Please sign in to comment.