Skip to content

Commit

Permalink
Merge pull request #129 from tudortimi/add-dev-container
Browse files Browse the repository at this point in the history
Add dev container
  • Loading branch information
tudortimi authored Dec 3, 2023
2 parents aea9c64 + 2a794fb commit 58c855a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/java
{
"name": "Java",
"image": "mcr.microsoft.com/devcontainers/java:1-8-bullseye",

"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"installMaven": "false",
"installGradle": "false"
}
}
}

0 comments on commit 58c855a

Please sign in to comment.