From e2a249d56b44f2a54672f3b8d0b9ae4e9326dcce Mon Sep 17 00:00:00 2001 From: rcardin Date: Wed, 15 May 2024 13:52:15 +0200 Subject: [PATCH] Fixed Java version in release script --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4a72ed..ce7d111 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ jobs: fetch-depth: 0 - uses: actions/setup-java@v4 with: - distribution: temurin - java-version: 17 + distribution: zulu + java-version: 21 cache: sbt - run: sbt ci-release env: