fix(ci): revert jetbrains JDK for desktop release builds (#5252)

This commit is contained in:
James Rich
2026-04-27 14:17:31 -05:00
committed by GitHub
parent a47f116d89
commit 9f12cf7bef

View File

@@ -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'