Skip to content

Commit b8e88dc

Browse files
committed
Use Liberica because Temurin doesn't have Java 21
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent 4317593 commit b8e88dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK
2020
uses: actions/setup-java@v3
2121
with:
22-
distribution: temurin
22+
distribution: liberica
2323
java-version: 21
2424
cache: gradle
2525
- name: Build, unit tests and integration tests

0 commit comments

Comments
 (0)