⬆️ Update dependencies (#7330)

* ⬆️ Update to JDK25 on the devenv

* ⬆️ Update dependencies

* 🔥 Remove unused flag from devenv backend startup scripts

*  Enable shenandoah gc on backend scripts/repl
This commit is contained in:
Andrey Antukh
2025-09-26 13:43:43 +02:00
committed by GitHub
parent c32b94abcf
commit 9d907071aa
11 changed files with 622 additions and 275 deletions

View File

@@ -24,8 +24,7 @@ export PENPOT_FLAGS="\
disable-tiered-file-data-storage \
enable-file-validation \
enable-file-schema-validation \
enable-subscriptions \
disable-subscriptions-old";
enable-subscriptions";
# Default deletion delay for devenv
export PENPOT_DELETION_DELAY="24h"