From e10bc3683637c584da29cda7eb6982b816261d83 Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Tue, 26 Sep 2023 19:18:25 +0200 Subject: [PATCH] Use Liberica because Temurin doesn't have Java 21 Signed-off-by: Thomas Vitale --- .github/workflows/commit-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-stage.yml b/.github/workflows/commit-stage.yml index 6539a4a..a66b85c 100644 --- a/.github/workflows/commit-stage.yml +++ b/.github/workflows/commit-stage.yml @@ -42,7 +42,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - distribution: temurin + distribution: liberica java-version: 21 cache: gradle - name: Build container image