Skip to content

Commit

Permalink
Remove wrapper validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 12, 2024
1 parent 888174b commit c81d244
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v4

- name: Install JDK
uses: actions/setup-java@v4
with:
Expand All @@ -57,9 +54,6 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v4

- name: Configure JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit c81d244

Please sign in to comment.