We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bee84 commit b789d02Copy full SHA for b789d02
.devcontainer/devcontainer.json
@@ -1,11 +1,12 @@
1
{
2
"name": "Java",
3
- "image": "mcr.microsoft.com/devcontainers/java:1-21",
+ "image": "mcr.microsoft.com/devcontainers/java:1-11",
4
"features": {
5
"ghcr.io/devcontainers/features/java:1": {
6
- "version": "none",
+ "version": "8",
7
+ "jdkDistro": "tem",
8
"installMaven": "true",
- "mavenVersion": "3.9.9",
9
+ "mavenVersion": "latest",
10
"installGradle": "false"
11
}
12
0 commit comments