// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/java { "name": "Java", "image": "mcr.microsoft.com/devcontainers/java:1-21-bullseye", "features": { "ghcr.io/devcontainers/features/java:1": { "version": "none", "installMaven": "true", "installGradle": "false" } } // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], }