Skip to content

Commit

Permalink
Modify workflow to use JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-stargazer committed Jun 5, 2023
1 parent 8601ac2 commit cd0715b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit cd0715b

Please sign in to comment.