Skip to content

Commit

Permalink
[Java] - Document additionalVersions functionality (#987)
Browse files Browse the repository at this point in the history
* [Java] - Document additionalVersions functionality

* changes requested

* changes as requested in pr review

* bump patch version

* changes requested
  • Loading branch information
gauravsaini04 authored Jun 3, 2024
1 parent dbb1354 commit 1e44a67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/java/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "java",
"version": "1.4.1",
"version": "1.5.0",
"name": "Java (via SDKMAN!)",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/java",
"description": "Installs Java, SDKMAN! (if not installed), and needed dependencies.",
Expand All @@ -17,6 +17,11 @@
"default": "latest",
"description": "Select or enter a Java version to install"
},
"additionalVersions": {
"type": "string",
"default": "",
"description": "Enter additional Java versions, separated by commas."
},
"jdkDistro": {
"type": "string",
"proposals": [
Expand Down

0 comments on commit 1e44a67

Please sign in to comment.