Skip to content

Commit

Permalink
Set release CI JDK to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Mar 26, 2024
1 parent 4f37dc8 commit b21f0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
with:
token: ${{secrets.RELEASE_TOKEN}}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17

- name: Set up Maven
uses: stCarolas/[email protected]
Expand Down

0 comments on commit b21f0f2

Please sign in to comment.