We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ff9b1 commit 655bdc4Copy full SHA for 655bdc4
1 file changed
.github/workflows/release.yml
@@ -26,9 +26,7 @@ jobs:
26
- name: Set up JDK
27
uses: actions/setup-java@v4
28
with:
29
- java-version: |
30
- 11
31
- 17
+ java-version: 17
32
distribution: 'zulu'
33
cache: 'maven'
34
server-id: ossrh
0 commit comments