Skip to content

Commit

Permalink
開発コンテナでのJavaバージョンの固定
Browse files Browse the repository at this point in the history
  • Loading branch information
Haur514 committed Dec 23, 2023
1 parent 687b411 commit 689dad4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
}
],
"features": {
"ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/devcontainers/features/java:1": {
"version": "17"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "18"
},
Expand Down

0 comments on commit 689dad4

Please sign in to comment.