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

View File

@@ -61,7 +61,7 @@ This structure is chosen to
### Prerequisites
You need these software packages installed in order to build the project
- Java Development Kit version 21 or newer(we suggest using Temurin instead of Oracle JDK)
- Java Development Kit version 21 or newer(we suggest using Zulu or Temurin instead of Oracle JDK)
### building the full-blown jar (Suwayomi-Server + Suwayomi-WebUI bundle)
Run `./gradlew server:downloadWebUI server:shadowJar`, the resulting built jar file will be `server/build/Suwayomi-Server-vX.Y.Z-rxxx.jar`.