Skip to content

Commit ddc839a

Browse files
authored
use basic container
1 parent aebedab commit ddc839a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "Java",
3-
"image": "mcr.microsoft.com/devcontainers/java:1-11",
4-
"features": {
5-
"ghcr.io/devcontainers/features/java:1": {
6-
"version": "8",
7-
"jdkDistro": "tem",
8-
"installMaven": "true",
9-
"mavenVersion": "latest",
10-
"installGradle": "false"
2+
"name": "Java",
3+
"image": "mcr.microsoft.com/devcontainers/base:debian",
4+
"features": {
5+
// Install java.
6+
// See https://github.com/devcontainers/features/tree/main/src/java#options for details.
7+
"ghcr.io/devcontainers/features/java:1": {
8+
"version": "8",
9+
"installGradle": false,
10+
"jdkDistro": "tem"
11+
}
1112
}
12-
}
1313
}

0 commit comments

Comments
 (0)