Skip to content

Commit

Permalink
Update devcontainer.json to install Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Apr 6, 2024
1 parent c39ad78 commit 423d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ghcr.io/devcontainers/features/java:1": {
"version": "22",
"jdkDistro": "tem",
"installMaven": false
"installMaven": true
},
"ghcr.io/devcontainers-contrib/features/protoc:1": {
"version": "latest"
Expand Down

0 comments on commit 423d8a0

Please sign in to comment.