From fdea1c3c2ff3fd292d2d22f4e12878bd06443ecc Mon Sep 17 00:00:00 2001 From: Simon Hauck Date: Thu, 15 Aug 2024 14:45:44 +0000 Subject: [PATCH] #73 do not install gradle inside the dev container --- .devcontainer/devcontainer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cc63c47..b5b321c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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. @@ -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"