mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
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:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user