File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2
2
// https://github.com/microsoft/vscode-dev-containers/tree/v0.241.1/containers/java-8
3
3
{
4
- "name" : " Java 8 " ,
5
- "image" : " mcr.microsoft.com/devcontainers/java:1-8-bullseye " ,
4
+ "name" : " Java 17 " ,
5
+ "image" : " mcr.microsoft.com/devcontainers/java:0-17 " ,
6
6
7
7
// Configure tool-specific properties.
8
8
"customizations" : {
9
9
// Configure properties specific to VS Code.
10
10
"vscode" : {
11
- // Set *default* container specific settings.json values on container create.
12
- "settings" : {
13
- "java.import.gradle.java.home" : " /usr/local/sdkman/candidates/java/current" ,
14
- "java.configuration.runtimes" : [{
15
- "default" : true ,
16
- "name" : " JavaSE-1.8" ,
17
- "path" : " /usr/local/sdkman/candidates/java/current"
18
- }]
19
- },
20
-
21
11
// Add the IDs of extensions you want installed when the container is created.
22
12
"extensions" : [
23
13
" vscjava.vscode-java-pack"
You can’t perform that action at this time.
0 commit comments