Skip to content

Commit

Permalink
Merge pull request #227 from openziti/bump-setup-java
Browse files Browse the repository at this point in the history
update java setup to 21
  • Loading branch information
ekoby authored Sep 24, 2024
2 parents 0bd17b6 + 2a67ddc commit 2e15d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ runs:
key: dependencies-x86-android-${{ hashFiles('./tunnel/vcpkg.json') }}
fail-on-cache-miss: true

- name: set up JDK 17
uses: actions/setup-java@v3
- 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 2e15d9a

Please sign in to comment.