2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Create devcontainer.json

This commit is contained in:
Geert Bevin 2024-05-08 20:57:07 -04:00 committed by GitHub
parent 60c332d750
commit 921a1f11b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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