Skip to content

Commit 56b9dc1

Browse files
authored
Upgrade JDK version from 11 to 17
1 parent b9f99d7 commit 56b9dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Set LD_VERSION
1717
run: echo "LD_VERSION=0.0" >> $GITHUB_ENV
1818

19-
- name: Set up JDK 11
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 11
22+
java-version: 17
2323

2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew

0 commit comments

Comments
 (0)