Maven no longer automatically installed
Changed automatic Maven installation to false due to issue with Dev Container.
This commit is contained in:
parent
c143d4803c
commit
6fcb93d204
@ -8,7 +8,7 @@
|
|||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/java:1": {
|
"ghcr.io/devcontainers/features/java:1": {
|
||||||
"version": "none",
|
"version": "none",
|
||||||
"installMaven": "true",
|
"installMaven": "false",
|
||||||
"installGradle": "false"
|
"installGradle": "false"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user