2
0
Fork 0
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:
Geert Bevin 2024-05-08 21:26:08 -04:00 committed by GitHub
parent 921a1f11b5
commit b5655ca346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}
}