Skip to content

Commit d8cdb2c

Browse files
committed
github action to java 17
1 parent 924e733 commit d8cdb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
22-
java-version: '11'
22+
java-version: '17'
2323
cache: 'maven'
2424
server-id: ossrh
2525
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)