13 lines
282 B
JSON
13 lines
282 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/java:25-trixie",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/java:1": {
|
|
"version": "latest",
|
|
"jdkDistro": "tem",
|
|
"installMaven": true,
|
|
"mavenVersion": "latest",
|
|
"installGradle": "false"
|
|
}
|
|
}
|
|
}
|