Skip to content

Commit

Permalink
Update release.yml: remove JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Sep 11, 2024
1 parent a9ff9b1 commit 655bdc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: |
11
17
java-version: 17
distribution: 'zulu'
cache: 'maven'
server-id: ossrh
Expand Down

0 comments on commit 655bdc4

Please sign in to comment.