fix(ci): use JetBrains JDK for desktop release builds (#5251)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich
2026-04-27 13:29:11 -05:00
committed by GitHub
parent 247f342210
commit a47f116d89

View File

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