Skip to content

Commit 9b2fa52

Browse files
authored
Update JDK version from 17 to 21 in workflow
1 parent 40d5a74 commit 9b2fa52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-central-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
with:
4747
ref: ${{ github.head_ref }}
4848

49-
- name: Set up JDK 17
49+
- name: Set up JDK 21
5050
uses: actions/setup-java@v2
5151
with:
52-
java-version: "17"
52+
java-version: "21"
5353
distribution: "adopt"
5454
server-id: ossrh
5555
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)