Skip to content

Commit 2fde063

Browse files
chore: use JDK 21 release instead of toolchain
1 parent 02255ec commit 2fde063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: 'actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9' # v4.2.1
3232
with:
3333
java-version: 21
34+
distribution: "temurin"
3435

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

0 commit comments

Comments
 (0)