Skip to content

Commit 3d13408

Browse files
committed
move to java 17
1 parent 29cadf8 commit 3d13408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up JDK 11
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: '11'
23+
java-version: '17'
2424
distribution: 'temurin'
2525
server-id: SERVER_ID
2626
server-username: SERVER_USERNAME

0 commit comments

Comments
 (0)