We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb739b0 commit 909183cCopy full SHA for 909183c
1 file changed
.github/workflows/deploy.yml
@@ -86,8 +86,8 @@ jobs:
86
- name: Initialize Java
87
uses: actions/setup-java@v5
88
with:
89
- distribution: temurin
90
- java-version: zulu
+ distribution: zulu
+ java-version: 25
91
server-id: central
92
server-username: CENTRAL_USERNAME
93
server-password: CENTRAL_TOKEN
0 commit comments