mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-24 07:47:11 -07:00
Update devcontainer.json
This commit is contained in:
parent
921a1f11b5
commit
b5655ca346
1 changed files with 10 additions and 7 deletions
|
@ -1,9 +1,12 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/java:1": {
|
||||
"version" : "17",
|
||||
"jdkDistro" : "tem"
|
||||
}
|
||||
}
|
||||
"name": "Java",
|
||||
"image": "mcr.microsoft.com/devcontainers/java:1-21",
|
||||
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/java:1": {
|
||||
"version": "none",
|
||||
"installMaven": "false",
|
||||
"installGradle": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue