Skip to content

Commit d2ca3bc

Browse files
committed
chore: Use JDK 25 for releasing
1 parent 1f1ebe5 commit d2ca3bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
3333
git config --global user.name "$(gh api /users/${GITHUB_ACTOR} | jq .name -r)"
3434
35-
- name: Set up JDK 17
35+
- name: Set up JDK
3636
uses: actions/setup-java@v3
3737
with:
3838
distribution: 'adopt'
39-
java-version: 17
39+
java-version: 25
4040
cache: 'maven'
4141

4242
- name: Setup settings.xml

0 commit comments

Comments
 (0)