Feature request
Currently with sdk install gradle 5.6.4 4.10.3 SDKMAN only installs the first entry, 5.6.4, and ignores the second entry (only accepts one arg). sdk could support multiple args to be passed to the install command, where each arg is a different version which is dispatched in a separate sequential request. Thus making it easier for end users to install multiple versions of the same tool.
Feature request
Currently with
sdk install gradle 5.6.4 4.10.3SDKMAN only installs the first entry, 5.6.4, and ignores the second entry (only accepts one arg).sdkcould support multiple args to be passed to the install command, where each arg is a different version which is dispatched in a separate sequential request. Thus making it easier for end users to install multiple versions of the same tool.