We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9214b89 commit 3fc4c71Copy full SHA for 3fc4c71
1 file changed
.github/workflows/build.yml
@@ -9,10 +9,15 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
+ - name: Set up JDK 17
13
+ uses: actions/setup-java@v4
14
+ with:
15
+ distribution: 'zulu'
16
+ java-version: '17'
17
- name: Set up JDK 25
- uses: actions/setup-java@v2
18
19
with:
- distribution: 'adopt'
20
21
java-version: '25'
22
- name: Grant execute permission for gradlew
23
run: chmod +x gradlew
0 commit comments