Skip to content

Commit

Permalink
Remove unnecessary Java setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed May 10, 2024
1 parent 5ea771b commit 89b2f74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

Expand Down

0 comments on commit 89b2f74

Please sign in to comment.