Skip to content

Commit 5abff37

Browse files
committed
.
1 parent 69a5955 commit 5abff37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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": {},
@@ -32,7 +32,7 @@
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": [],

0 commit comments

Comments
 (0)