diff options
Diffstat (limited to 'src/java/feature.json')
-rw-r--r-- | src/java/feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/feature.json b/src/java/feature.json index 263c2c8..5914bd7 100644 --- a/src/java/feature.json +++ b/src/java/feature.json @@ -4,7 +4,7 @@ "options": { "version": { "type": "string", - "proposals": ["lts", "latest", "17", "11", "8"], + "proposals": ["lts", "latest", "none", "17", "11", "8"], "default": "lts", "description": "Select or enter a Java version to install" } |