17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"name": "Java 21 Dev Container",
|
|
"image": "mcr.microsoft.com/openjdk/jdk:21-ubuntu",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/java:1": {
|
|
"installMaven": "true"
|
|
},
|
|
"ghcr.io/devcontainers/features/git:1": {}
|
|
},
|
|
"customizations": {
|
|
"jetbrains": {
|
|
"backend": "IntelliJ"
|
|
}
|
|
},
|
|
"workspaceFolder": "/workspace"
|
|
}
|