From 3c06927d5e3979b74431498aa54f6c04f32c39de Mon Sep 17 00:00:00 2001 From: Tim Ward Date: Fri, 1 Dec 2023 14:03:46 -0800 Subject: [PATCH] Add Java 21 to universal container (#865) * Add Java 21 to universal container * The universal image only supports the two latest LTS versions Co-authored-by: Samruddhi Khandale --------- Co-authored-by: Samruddhi Khandale --- src/universal/.devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/universal/.devcontainer/devcontainer.json b/src/universal/.devcontainer/devcontainer.json index db0705c6c..509211f2f 100644 --- a/src/universal/.devcontainer/devcontainer.json +++ b/src/universal/.devcontainer/devcontainer.json @@ -43,8 +43,8 @@ "additionalVersions": "3.1" }, "ghcr.io/devcontainers/features/java:1": { - "version": "17", - "additionalVersions": "11", + "version": "21", + "additionalVersions": "17", "installGradle": "true", "installMaven": "true" },