Skip to content

Commit 9602936

Browse files
authored
Update JDK version from 11 to 17 in build workflow
1 parent 2755772 commit 9602936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
steps:
3535
- name: Checkout code
3636
uses: actions/checkout@v6
37-
- name: Setup JDK 11
37+
- name: Setup JDK 17
3838
uses: actions/setup-java@v4
3939
with:
4040
distribution: 'zulu'
41-
java-version: '11'
41+
java-version: '17'
4242
cache: gradle
4343
- name: Validate Gradle wrapper
4444
uses: gradle/actions/wrapper-validation@v4

0 commit comments

Comments
 (0)