bld/.devcontainer/devcontainer.json
2024-05-08 20:57:07 -04:00

10 lines
185 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version" : "17",
"jdkDistro" : "tem"
}
}
}