Skip to content

Commit

Permalink
Add distribution to JDK setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
honsq90 committed Jul 21, 2024
1 parent b991ff4 commit 1fe8244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '17'

- name: Build and test with Maven
Expand Down

0 comments on commit 1fe8244

Please sign in to comment.