Skip to content

Commit

Permalink
add java 17 to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaxinan committed Aug 3, 2023
1 parent ae4272e commit 5e0df5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

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

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

Expand Down

0 comments on commit 5e0df5a

Please sign in to comment.