We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15ce23 commit e01a6bbCopy full SHA for e01a6bb
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set Up JDK
28
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
29
with:
30
- java-version: 17
+ java-version: 21
31
distribution: temurin
32
33
- name: Build with Maven
@@ -39,7 +39,7 @@ jobs:
39
40
41
distribution: "temurin"
42
- java-version: "17"
+ java-version: "21"
43
server-id: ossrh
44
server-username: MAVEN_USERNAME
45
server-password: MAVEN_CENTRAL_TOKEN
0 commit comments