Update Java version from 24 to 25 for Reitti 3.0.0 compatibility

Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-19 22:16:39 +00:00
parent d30c545a56
commit c9387b75c5

View File

@ -21,7 +21,7 @@ $STD apt install -y \
zstd
msg_ok "Installed Dependencies"
JAVA_VERSION="24" setup_java
JAVA_VERSION="25" setup_java
PG_VERSION="17" PG_MODULES="postgis" setup_postgresql
PG_DB_NAME="reitti_db" PG_DB_USER="reitti" setup_postgresql_db