mirror of
https://github.com/jlengrand/OpenGraphKt.git
synced 2026-03-10 08:31:23 +00:00
feat(junie): added .devcontainer.json
This commit is contained in:
committed by
GitHub
parent
3b2ba27c80
commit
038a0e8d56
12
.devcontainer/devcontainer.json
Normal file
12
.devcontainer/devcontainer.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user