mirror of
https://github.com/jlengrand/OpenGraphKt.git
synced 2026-03-10 15:51:39 +00:00
* feat(junie): added .junie workflow * feat(junie): added .devcontainer.json --------- Co-authored-by: jetbrains-junie[bot] <201638009+jetbrains-junie[bot]@users.noreply.github.com>
12 lines
266 B
JSON
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"
|
|
}
|
|
}
|
|
} |