Commented out mavenVersion in devcontainer.json

This commit is contained in:
zhiqiang feng
2024-02-23 02:41:09 +00:00
parent bf63730afe
commit 277506ec87
+1 -1
View File
@@ -9,7 +9,7 @@
"ghcr.io/devcontainers/features/java:1": {
"version":"none",
"installMaven": "true",
"mavenVersion": "3.8.6",
// "mavenVersion": "3.8.6",
"installGradle": "false"
}
},