Skip to content

Commit

Permalink
Update devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Jun 16, 2024
1 parent c3d718d commit 9aeeae5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"image": "mcr.microsoft.com/devcontainers/java:1-17-bookworm",

"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"ghcr.io/devcontainers/features/java:1.5": {
"version": "17",
"installMaven": "true",
"installGradle": "false"
},
"ghcr.io/devcontainers/features/node:1": {}
"ghcr.io/devcontainers/features/node:1.4": {
"version": "20"
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit 9aeeae5

Please sign in to comment.