Skip to content

Commit 5f01699

Browse files
author
Automated workflow
committed
Fixes #85 - Add devcontainer.json
1 parent 6b8ec56 commit 5f01699

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
3+
"features": {
4+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
5+
"ghcr.io/devcontainers/features/git:1": {},
6+
"ghcr.io/devcontainers/features/java:1": {
7+
"version": "21",
8+
"installMaven": "true"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)