diff --git a/.devcontainer.json b/.devcontainer.json index b15709c..67caedc 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -3,6 +3,7 @@ "image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04", "features": { "ghcr.io/devcontainers/features/java:1": { + "version": "24-open" "installMaven": true } }