mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 08:17: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",
|
"name": "Java",
|
||||||
"features": {
|
"image": "mcr.microsoft.com/devcontainers/java:1-21",
|
||||||
"ghcr.io/devcontainers/features/java:1": {
|
|
||||||
"version" : "17",
|
"features": {
|
||||||
"jdkDistro" : "tem"
|
"ghcr.io/devcontainers/features/java:1": {
|
||||||
}
|
"version": "none",
|
||||||
}
|
"installMaven": "false",
|
||||||
|
"installGradle": "false"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue