From 71a40f17ea8942d2e1bcd213f45fbecd58b797bc Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 7 Oct 2025 09:26:20 -0400 Subject: [PATCH] BookLore: upgrade to Java 25/Gradle 9 (#8165) --- ct/booklore.sh | 2 ++ install/booklore-install.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/booklore.sh b/ct/booklore.sh index 2bd6be016..cf2fef9fb 100644 --- a/ct/booklore.sh +++ b/ct/booklore.sh @@ -45,6 +45,8 @@ function update_script() { $STD npm run build --configuration=production msg_ok "Built Frontend" + JAVA_VERSION="25" setup_java + msg_info "Building Backend" cd /opt/booklore/booklore-api APP_VERSION=$(curl -fsSL https://api.github.com/repos/booklore-app/BookLore/releases/latest | yq '.tag_name' | sed 's/^v//') diff --git a/install/booklore-install.sh b/install/booklore-install.sh index 3eef3d0fe..6f67537d2 100644 --- a/install/booklore-install.sh +++ b/install/booklore-install.sh @@ -18,7 +18,7 @@ $STD apt-get install -y nginx msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore" -JAVA_VERSION="21" setup_java +JAVA_VERSION="25" setup_java NODE_VERSION="22" setup_nodejs setup_mariadb setup_yq