From a47f116d89f715a4ddea466a13be77d6865a073a Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:29:11 -0500 Subject: [PATCH] fix(ci): use JetBrains JDK for desktop release builds (#5251) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df78d3306..a262cffe4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -274,6 +274,7 @@ jobs: - name: Gradle Setup uses: ./.github/actions/gradle-setup with: + jdk_distribution: 'jetbrains' gradle_encryption_key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} cache_read_only: 'false'