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>
This commit is contained in:
jetbrains-junie[bot]
2025-06-03 00:12:24 +02:00
committed by GitHub
parent 11a22550b7
commit 79b169fa81
2 changed files with 34 additions and 0 deletions

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