Skip to content

Commit 655bdc4

Browse files
authored
Update release.yml: remove JDK 11
1 parent a9ff9b1 commit 655bdc4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
- name: Set up JDK
2727
uses: actions/setup-java@v4
2828
with:
29-
java-version: |
30-
11
31-
17
29+
java-version: 17
3230
distribution: 'zulu'
3331
cache: 'maven'
3432
server-id: ossrh

0 commit comments

Comments
 (0)