From 423d8a0f1063f8b8a810555f85d5ce58a5df225b Mon Sep 17 00:00:00 2001 From: Ashley <73482956+ascopes@users.noreply.github.com> Date: Sat, 6 Apr 2024 08:30:39 +0100 Subject: [PATCH] Update devcontainer.json to install Maven --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0d0cce7e..7e22f451 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "ghcr.io/devcontainers/features/java:1": { "version": "22", "jdkDistro": "tem", - "installMaven": false + "installMaven": true }, "ghcr.io/devcontainers-contrib/features/protoc:1": { "version": "latest"