Skip to content

Commit 2f499d5

Browse files
committed
Changed to JDK 17
1 parent a054bd7 commit 2f499d5

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
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020

21-
- name: Set up JDK 1.8
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v1
2323
with:
24-
java-version: 1.8
24+
java-version: 17
2525

2626
- name: Grant Gradlew Execute Permission
2727
run: chmod +x gradlew

0 commit comments

Comments
 (0)