diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..c1c5c00 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,9 @@ +{ + "name": "Java", + "image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04", + "features": { + "ghcr.io/devcontainers/features/java:latest": { + "installMaven": true + } + } +}