Skip to content

Commit 71a40f1

Browse files
authored
BookLore: upgrade to Java 25/Gradle 9 (#8165)
1 parent f2b9889 commit 71a40f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ct/booklore.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ function update_script() {
4545
$STD npm run build --configuration=production
4646
msg_ok "Built Frontend"
4747

48+
JAVA_VERSION="25" setup_java
49+
4850
msg_info "Building Backend"
4951
cd /opt/booklore/booklore-api
5052
APP_VERSION=$(curl -fsSL https://api.github.com/repos/booklore-app/BookLore/releases/latest | yq '.tag_name' | sed 's/^v//')

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="21" setup_java
21+
JAVA_VERSION="25" setup_java
2222
NODE_VERSION="22" setup_nodejs
2323
setup_mariadb
2424
setup_yq

0 commit comments

Comments
 (0)