Skip to content

Commit

Permalink
chore: use JDK 21 release instead of toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudshiftchris committed Aug 3, 2024
1 parent 02255ec commit 2fde063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: 'actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9' # v4.2.1
with:
java-version: 21
distribution: "temurin"

# https://github.com/gradle/actions/tree/main/setup-gradle
- name: 'Set up Gradle'
Expand Down

0 comments on commit 2fde063

Please sign in to comment.