Skip to content

Commit

Permalink
devcontainer java 21 maven gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jan 2, 2025
1 parent c79ecc0 commit e4502d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "Java",
"image": "mcr.microsoft.com/devcontainers/java:1-21-bullseye",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",

"features": {
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
"ghcr.io/devcontainers/features/java:latest": {
"jdkDistro": "tem",
"installGradle": true,
"installMaven": true
},
"docker-in-docker": "latest",
"github-cli": "latest"
},
Expand Down

0 comments on commit e4502d4

Please sign in to comment.