Skip to content

Commit 994b7b1

Browse files
committed
Add Codespaces configuration
1 parent 2d3e769 commit 994b7b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
3+
"features": {
4+
"ghcr.io/devcontainers/features/java:1": {
5+
"version": "8",
6+
"installMaven": "true",
7+
"mavenVersion": "3.9.1"
8+
}
9+
},
10+
"hostRequirements": {
11+
"memory": "8gb"
12+
}
13+
}

0 commit comments

Comments
 (0)