Skip to content

Commit 3b44fc0

Browse files
Update maven-publish.yml
1 parent 600698d commit 3b44fc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
calculatedSha=$(git rev-parse --short ${{ github.sha }})
2121
echo "COMMIT_SHORT_SHA=$calculatedSha" >> $GITHUB_ENV
2222
23-
- name: Set up JDK 17
23+
- name: Set up JDK 25
2424
uses: actions/setup-java@v4
2525
with:
26-
java-version: '17'
26+
java-version: '25'
2727
distribution: 'temurin'
2828
cache: maven
2929

0 commit comments

Comments
 (0)