Skip to content

Commit

Permalink
#73 do not install gradle inside the dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhauck committed Aug 15, 2024
1 parent 0a1ab66 commit fdea1c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"installMaven": "false",
"installGradle": "true"
"installGradle": "false"
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand All @@ -20,12 +20,11 @@
"customizations": {
"jetbrains": {
"settings": {

},

"plugins": [
],
"backend": "IntelliJ"
},

},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down

0 comments on commit fdea1c3

Please sign in to comment.