8000 Create devcontainers · SentryMan/java-compiler-testing@265fc21 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 265fc21

Browse files
authored
Create devcontainers
Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
1 parent 10fde99 commit 265fc21

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers/features/java:1": {
5+
"version": "22",
6+
"jdkDistro": "tem",
7+
"installMaven": true
8+
},
9+
"ghcr.io/devcontainers/features/common-utils:2": {}
10+
}
11+
}

0 commit comments

Comments
 (0)
0