File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
// // Features to add to the dev container. More info: https://containers.dev/features.
24
24
"features" : {
25
25
"ghcr.io/devcontainers/features/java:1" : {
26
- "version" : 17
26
+ "version" : 21
27
27
},
28
28
"ghcr.io/devcontainers-contrib/features/scalacli-sdkman:2" :{},
29
29
"ghcr.io/guiyomh/features/just:0" : {},
32
32
},
33
33
34
34
// Try do do as much as possible in the image, so that the container starts up quickly
35
- "onCreateCommand" : " mill ` __.prepareOffline && mill __.compiledClassesAndSemanticDbFiles"
35
+ "onCreateCommand" : " mill __.prepareOffline && mill __.compiledClassesAndSemanticDbFiles"
36
36
37
37
// // Use 'forwardPorts' to make a list of ports inside the container available locally.
38
38
// "forwardPorts": [],
You can’t perform that action at this time.
0 commit comments