bld/.devcontainer/devcontainer.json

10 lines
185 B
JSON
Raw Normal View History

2024-05-09 02:57:07 +02:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version" : "17",
"jdkDistro" : "tem"
}
}
}