From a7dc1749defe3b965051877e998bfc0a664059f6 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 16 May 2022 11:05:19 -0700 Subject: python: bug fix when version = none (#14) * python: bug fix * add missing "none" proposal * nit --- src/maven/feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maven') diff --git a/src/maven/feature.json b/src/maven/feature.json index bc4f5f3..7b94581 100644 --- a/src/maven/feature.json +++ b/src/maven/feature.json @@ -5,7 +5,7 @@ "options": { "version": { "type": "string", - "proposals": ["latest", "3.8", "3.6", "3.5"], + "proposals": ["latest", "none", "3.8", "3.6", "3.5"], "default": "latest", "description": "Select or enter a Maven version to install" } -- cgit v1.2.3