Skip to content

Commit

Permalink
bump Java version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
turikhay committed Nov 12, 2024
1 parent b6b1dbd commit e59c236
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup_gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ inputs:
runs:
using: composite
steps:
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
Expand Down

0 comments on commit e59c236

Please sign in to comment.