mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-13 14:52:12 -04:00
fix(desktop): pin Compose packaging javaHome to the JBR toolchain (#6213)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
5
.github/workflows/reusable-check.yml
vendored
5
.github/workflows/reusable-check.yml
vendored
@@ -546,7 +546,10 @@ jobs:
|
||||
install_jetbrains_jdk: 'true'
|
||||
|
||||
- name: Build Desktop
|
||||
run: ./gradlew :desktopApp:createDistributable -Pci=true
|
||||
# proguardReleaseJars is included because it is otherwise only exercised by the
|
||||
# release workflow: jlink tolerates a jmods-less JDK (JEP 493) but ProGuard does
|
||||
# not, so a broken packaging JDK would surface at release time instead of here.
|
||||
run: ./gradlew :desktopApp:createDistributable :desktopApp:proguardReleaseJars -Pci=true
|
||||
|
||||
- name: Upload Desktop artifact
|
||||
if: ${{ inputs.upload_artifacts }}
|
||||
|
||||
Reference in New Issue
Block a user