Skip to content

Commit 6341ca0

Browse files
authored
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
1 parent 2a20c5b commit 6341ca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/booklore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function update_script() {
4545
$STD npm run build --configuration=production
4646
msg_ok "Built Frontend"
4747

48-
JAVA_VERSION="25" setup_java
48+
JAVA_VERSION="21" setup_java
4949

5050
msg_info "Building Backend"
5151
cd /opt/booklore/booklore-api

install/booklore-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $STD apt-get install -y nginx
1818
msg_ok "Installed Dependencies"
1919

2020
fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore"
21-
JAVA_VERSION="25" setup_java
21+
JAVA_VERSION="21" setup_java
2222
NODE_VERSION="22" setup_nodejs
2323
setup_mariadb
2424
setup_yq

0 commit comments

Comments
 (0)