From 9f12cf7bef66dea5b84104831c05bf06d7181c38 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:17:31 -0500 Subject: [PATCH] fix(ci): revert jetbrains JDK for desktop release builds (#5252) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a262cffe4..df78d3306 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -274,7 +274,6 @@ jobs: - name: Gradle Setup uses: ./.github/actions/gradle-setup with: - jdk_distribution: 'jetbrains' gradle_encryption_key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} cache_read_only: 'false'