We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a5955 commit 5abff37Copy full SHA for 5abff37
1 file changed
.devcontainer/devcontainer.json
@@ -23,7 +23,7 @@
23
// // Features to add to the dev container. More info: https://containers.dev/features.
24
"features": {
25
"ghcr.io/devcontainers/features/java:1": {
26
- "version": 17
+ "version": 21
27
},
28
"ghcr.io/devcontainers-contrib/features/scalacli-sdkman:2":{},
29
"ghcr.io/guiyomh/features/just:0": {},
@@ -32,7 +32,7 @@
32
33
34
// Try do do as much as possible in the image, so that the container starts up quickly
35
- "onCreateCommand": "mill `__.prepareOffline && mill __.compiledClassesAndSemanticDbFiles"
+ "onCreateCommand": "mill __.prepareOffline && mill __.compiledClassesAndSemanticDbFiles"
36
37
// // Use 'forwardPorts' to make a list of ports inside the container available locally.
38
// "forwardPorts": [],
0 commit comments