Skip to content

Commit b789d02

Browse files
authored
try to use JDK 8
1 parent 35bee84 commit b789d02

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "Java",
3-
"image": "mcr.microsoft.com/devcontainers/java:1-21",
3+
"image": "mcr.microsoft.com/devcontainers/java:1-11",
44
"features": {
55
"ghcr.io/devcontainers/features/java:1": {
6-
"version": "none",
6+
"version": "8",
7+
"jdkDistro": "tem",
78
"installMaven": "true",
8-
"mavenVersion": "3.9.9",
9+
"mavenVersion": "latest",
910
"installGradle": "false"
1011
}
1112
}

0 commit comments

Comments
 (0)