mirror of
https://github.com/rife2/bld
synced 2025-12-20 08:38:37 +01:00
Update devcontainer.json
This commit is contained in:
parent
921a1f11b5
commit
b5655ca346
|
|
@ -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…
Reference in a new issue