Skip to content

Commit dc088a4

Browse files
committed
[build] Use Zulu distribution
1 parent 672f8d6 commit dc088a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929

3030
steps:
3131
- uses: actions/checkout@v4
32-
- name: Set up JDK 17
32+
- name: Set up JDK
3333
uses: actions/setup-java@v4
3434
with:
35-
java-version: 17
35+
distribution: 'zulu'
36+
java-version: '21'
3637
- name: Cache Maven packages
3738
uses: actions/cache@v4
3839
with:

0 commit comments

Comments
 (0)