Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Fixes #168 - Add devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated workflow committed Nov 8, 2023
1 parent 93feda5 commit 671a8ff
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 671a8ff

Please sign in to comment.