Update devcontainer for Java
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"image": "mcr.microsoft.com/devcontainers/java:25-trixie",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/java:1": {
|
||||
"version": "latest",
|
||||
"jdkDistro": "tem",
|
||||
"installMaven": true,
|
||||
"mavenVersion": "latest"
|
||||
},
|
||||
"ghcr.io/devcontainers/features/node:1": {
|
||||
"version": "22"
|
||||
},
|
||||
"ghcr.io/devcontainers/features/terraform:1": {
|
||||
"version": "latest",
|
||||
"tflint": "latest"
|
||||
"mavenVersion": "latest",
|
||||
"installGradle": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user