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 2323 // // Features to add to the dev container. More info: https://containers.dev/features.
2424 "features" : {
2525 "ghcr.io/devcontainers/features/java:1" : {
26- "version" : 17
26+ "version" : 21
2727 },
2828 "ghcr.io/devcontainers-contrib/features/scalacli-sdkman:2" :{},
2929 "ghcr.io/guiyomh/features/just:0" : {},
3232 },
3333
3434 // 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"
3636
3737 // // Use 'forwardPorts' to make a list of ports inside the container available locally.
3838 // "forwardPorts": [],
You can’t perform that action at this time.
0 commit comments