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 1f1ebe5 commit d2ca3bcCopy full SHA for d2ca3bc
1 file changed
.github/workflows/release.yml
@@ -32,11 +32,11 @@ jobs:
32
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
33
git config --global user.name "$(gh api /users/${GITHUB_ACTOR} | jq .name -r)"
34
35
- - name: Set up JDK 17
+ - name: Set up JDK
36
uses: actions/setup-java@v3
37
with:
38
distribution: 'adopt'
39
- java-version: 17
+ java-version: 25
40
cache: 'maven'
41
42
- name: Setup settings.xml
0 commit comments