mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +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",
|
"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…
Reference in a new issue