Skip to content

Commit 6c24eda

Browse files
committed
Use java 17
1 parent fb34875 commit 6c24eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/javalib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v1
24-
- name: set up JDK 11
24+
- name: set up JDK 17
2525
uses: actions/setup-java@v1
2626
with:
27-
java-version: 11
27+
java-version: 17
2828
- name: Dummy gradle.properties
2929
shell: bash
3030
run: |

0 commit comments

Comments
 (0)