Skip to content

Commit

Permalink
Fixes #224 - Add devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated workflow committed Nov 7, 2023
1 parent 7e1c018 commit f7e2940
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/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/java:1": {
"version": "21",
"installMaven": "true"
}
}
}

0 comments on commit f7e2940

Please sign in to comment.