mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-10-09 04:26:57 +02:00
12 lines
266 B
JSON
12 lines
266 B
JSON
{
|
|
"name": "Java",
|
|
"image": "mcr.microsoft.com/devcontainers/java:1-21",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/java:1": {
|
|
"version": "none",
|
|
"installMaven": "true",
|
|
"mavenVersion": "3.8.6",
|
|
"installGradle": "true"
|
|
}
|
|
}
|
|
} |