We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabe4d4 commit 3b956c6Copy full SHA for 3b956c6
1 file changed
.github/workflows/services.yml
@@ -42,12 +42,12 @@ jobs:
42
with:
43
image_version: latest
44
port: 27017
45
- - name: Set up JDK 21
46
- uses: actions/setup-java@v4
+ - name: Set up JDK 25
+ uses: actions/setup-java@v5
47
48
- java-version: '21'
49
- distribution: 'adopt'
50
- server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
+ distribution: 'temurin'
+ java-version: '25'
+ server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
51
server-username: MAVEN_USERNAME # env variable for username in deploy
52
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
53
gpg-private-key: ${{secrets.MAVEN_GPG_PRIVATE_KEY}}
0 commit comments