Maven no longer automatically installed

Changed automatic Maven installation to false due to issue with Dev Container.
This commit is contained in:
Harrison Deng 2025-06-17 06:17:09 +00:00
parent c143d4803c
commit 6fcb93d204

View File

@ -8,7 +8,7 @@
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"installMaven": "true",
"installMaven": "false",
"installGradle": "false"
}
},