Skip to content

Commit 3b956c6

Browse files
author
Gérard Collin
committed
fix: Jdk25 for release
1 parent aabe4d4 commit 3b956c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/services.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
with:
4343
image_version: latest
4444
port: 27017
45-
- name: Set up JDK 21
46-
uses: actions/setup-java@v4
45+
- name: Set up JDK 25
46+
uses: actions/setup-java@v5
4747
with:
48-
java-version: '21'
49-
distribution: 'adopt'
50-
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
48+
distribution: 'temurin'
49+
java-version: '25'
50+
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
5151
server-username: MAVEN_USERNAME # env variable for username in deploy
5252
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
5353
gpg-private-key: ${{secrets.MAVEN_GPG_PRIVATE_KEY}}

0 commit comments

Comments
 (0)