Skip to content

Commit

Permalink
Release on JDK 17
Browse files Browse the repository at this point in the history
The release still targets Java 11 compatibility.

This allows depending on the javadoc fix mentioned in 9b4ea86
  • Loading branch information
cushon committed May 8, 2023
1 parent 2000ac2 commit fee1ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2.5.0
with:
java-version: 11
java-version: 17
distribution: 'zulu'
cache: 'maven'
server-id: ossrh
Expand Down

0 comments on commit fee1ab9

Please sign in to comment.