Files
OpenGraphKt/.devcontainer/devcontainer.json
jetbrains-junie[bot] 79b169fa81 Initialize JetBrains Junie 🚀 (#24)
* feat(junie): added .junie workflow

* feat(junie): added .devcontainer.json

---------

Co-authored-by: jetbrains-junie[bot] <201638009+jetbrains-junie[bot]@users.noreply.github.com>
2025-06-03 00:12:24 +02:00

12 lines
266 B
JSON

{
"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"
}
}
}