Browse Source

feat(junie): added .devcontainer.json

junie-init
jetbrains-junie[bot] 2 weeks ago committed by GitHub
parent
commit
59d008705f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      .devcontainer/devcontainer.json

12
.devcontainer/devcontainer.json

@ -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"
}
}
}
Loading…
Cancel
Save