Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Dec 20, 2023
1 parent 8d3f421 commit dbb99ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "11",
"jdkDistro": "tem",
"installMaven": true,
"mavenVersion": "latest"
},
"ghcr.io/devcontainers-contrib/features/protoc:1": {
"version": "latest"
}
}
}

0 comments on commit dbb99ac

Please sign in to comment.