Skip to content

Commit

Permalink
Update java version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspianDev authored May 7, 2024
1 parent 767624c commit b9e500f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2.4.2
- name: Set up JDK 17
uses: actions/setup-java@v3.4.1
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin
cache: gradle

Expand Down

0 comments on commit b9e500f

Please sign in to comment.