mirror of
https://github.com/rife2/bld
synced 2025-12-20 08:38:37 +01:00
13 lines
222 B
JSON
13 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"
|
|
}
|
|
}
|
|
}
|