From 9852ca8888b613daff741b3f26fd7d3b0387b42d Mon Sep 17 00:00:00 2001 From: Pablo Ulloa Date: Wed, 27 Sep 2023 13:26:53 -0300 Subject: [java] fix version regex to support graalce jdk 21 (#701) * [java] fixed feature test scenario check * [java] support for non conentional version * Update src/java/install.sh to not include whitespaces Co-authored-by: Samruddhi Khandale * bumped patch version --------- Co-authored-by: Samruddhi Khandale --- src/java/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/devcontainer-feature.json') diff --git a/src/java/devcontainer-feature.json b/src/java/devcontainer-feature.json index 7bdec6a..d4aede8 100644 --- a/src/java/devcontainer-feature.json +++ b/src/java/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "java", - "version": "1.2.1", + "version": "1.2.2", "name": "Java (via SDKMAN!)", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/java", "description": "Installs Java, SDKMAN! (if not installed), and needed dependencies.", -- cgit v1.2.3