Commit d85c577d authored by xiezhi's avatar xiezhi

multi version support

parent 4453c7e7
{
"name": "Java 8 Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": {
"./java": {
"version": "latest",
"installMaven": true
},
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true,
"configureZshAsDefaultShell": true,
"installOhMyZsh": true,
"upgradePackages": true
}
},
"customizations": {
"vscode": {
"extensions": [
"vscjava.vscode-java-pack",
"vscjava.vscode-maven",
"vscjava.vscode-gradle",
"redhat.java",
"vscjava.vscode-java-debug",
"vscjava.vscode-java-test"
],
"settings": {
"java.home": "/usr/local/openjdk-8",
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "automatic"
}
}
},
"postCreateCommand": "java -version && mvn -version && gradle -version",
"remoteUser": "vscode"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment