From f40816e3f61b3e5a6483a228ab0227330d8b45b3 Mon Sep 17 00:00:00 2001 From: David Hoepelman <992153+dhoepelman@users.noreply.github.com> Date: Fri, 10 May 2024 20:03:46 +0200 Subject: [PATCH] Bump release version JVM workflow to 21 (#109) --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4911f91..28a824d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,9 @@ jobs: - uses: actions/setup-java@v4 with: distribution: temurin - java-version: 8 + # Library is built for JVM 1.8, but we run gradle itself with a newer one because we can + # and the publishing plugin requires it + java-version: 21 - name: Setup Gradle uses: gradle/actions/setup-gradle@v3 with: