Skip to content

Commit

Permalink
add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl50 committed Dec 21, 2024
1 parent dadb834 commit d31bfed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Java Graal",
"image": "mcr.microsoft.com/devcontainers/java:1-21-bullseye",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"jdkDistro": "graalce",
"version": "none",
"installMaven": "false",
"installGradle": "false"
}
},
"customizations": {
"jetbrains": {
"backend": "IntelliJ"
}
}
}

0 comments on commit d31bfed

Please sign in to comment.