Skip to content

Commit 9664c8c

Browse files
set java 17
1 parent f4f9c86 commit 9664c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.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@v4
24-
- name: Set up JDK 11
24+
- name: Set up JDK 17
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: 11
27+
java-version: 17
2828
distribution: 'adopt'
2929
- name: Build with Maven
3030
env:

0 commit comments

Comments
 (0)