mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-24 15:57:11 -07:00
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"name": "Java",
|
|
"image": "mcr.microsoft.com/devcontainers/java:1-21",
|
|
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/java:1": {
|
|
"version": "none",
|
|
"installMaven": "false",
|
|
"installGradle": "false"
|
|
}
|
|
}
|
|
}
|