feat(junie): added .devcontainer.json

This commit is contained in:
jetbrains-junie[bot] 2025-09-12 09:12:30 +00:00 committed by GitHub
parent d322bdbf05
commit bc01b5692c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
{
"name": "Java",
"image": "mcr.microsoft.com/devcontainers/java:1-21",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"installMaven": "true",
"mavenVersion": "3.8.6",
"installGradle": "true"
}
}
}