Skip to content

Commit

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

0 comments on commit 29ea405

Please sign in to comment.