Booklore: Downgrad Java from 25 to 21 (#9566)

* Downgrade Java version from 25 to 21

https://github.com/booklore-app/booklore/pull/1697/files

* Downgrade Java version from 25 to 21 in installer

https://github.com/booklore-app/booklore/pull/1697/files
This commit is contained in:
Promises
2025-12-02 07:05:24 +01:00
committed by GitHub
parent 2a20c5b22d
commit 6341ca0cf7
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ function update_script() {
$STD npm run build --configuration=production
msg_ok "Built Frontend"
JAVA_VERSION="25" setup_java
JAVA_VERSION="21" setup_java
msg_info "Building Backend"
cd /opt/booklore/booklore-api