Move to Zulu JRE (#1675)

* Move `apt` commands behind `$CI`

Same as for the windows command, no need to rerun this every time

* Use fallback to avoid unbound variables

* Scripts: Switch to Zulu JRE

* workflows: Switch to zulu JDK

* fix: Launcher requires sun.awt.* exports

* Update renovate for Zulu
This commit is contained in:
Constantin Piber
2025-10-03 16:37:30 +02:00
committed by GitHub
parent 2e0f72f182
commit 9a9c0532de
10 changed files with 51 additions and 46 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ jobs:
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
distribution: 'zulu'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
@@ -94,4 +94,4 @@ jobs:
printf "exit code '%s' - exiting.\n" "$ecode"
exit "$ecode"
fi
exit 0
exit 0