From 88b992eb1365b6c8e2766f508584f14eac7daa76 Mon Sep 17 00:00:00 2001 From: ash0ne <136186619+ash0ne@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:10:12 +0100 Subject: [PATCH] Fixing ci.yaml and providing the disribution --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8c5823..cd8aa19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,6 +20,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v2 with: + distribution: oracle java-version: '21' - name: Build and Test with Gradle