blob: feaf76dafc1520449204087e5c5fd0e883407099 [file] [log] [blame]
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"jdkDistro": "zulu",
"installMaven": "true",
"mavenVersion": "3.9.1"
},
"ghcr.io/devcontainers-contrib/features/mvnd-sdkman:2": {
"jdkVersion": "none"
}
},
"customizations": {
"vscode": {
"extensions": [
"github.vscode-github-actions"
]
}
},
"hostRequirements": {
"memory": "8gb"
}
}