mirror of
https://github.com/OMGeeky/homecontrol.git
synced 2025-12-26 17:02:25 +01:00
feat(junie): added .devcontainer.json
This commit is contained in:
committed by
GitHub
parent
e274aaa082
commit
3aa0b4e58c
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