Skip to content

Commit

Permalink
Create devcontainers
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
  • Loading branch information
ascopes authored Aug 17, 2024
1 parent 10fde99 commit 265fc21
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "22",
"jdkDistro": "tem",
"installMaven": true
},
"ghcr.io/devcontainers/features/common-utils:2": {}
}
}

0 comments on commit 265fc21

Please sign in to comment.