1
0
Fork 0

just feature for devcontainer

main
Sandro Leuchter 2025-04-01 15:41:56 +02:00
parent 9b39203eab
commit ee5b6dc373
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"name": "Java", "name": "Java",
"image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04", "image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04",
"features": { "features": {
"ghcr.io/guiyomh/features/just:0": {},
"ghcr.io/devcontainers/features/java:1": { "ghcr.io/devcontainers/features/java:1": {
"version": "24-open", "version": "24-open",
"installMaven": true "installMaven": true
@ -14,4 +15,4 @@
] ]
} }
} }
} }