-
Notifications
You must be signed in to change notification settings - Fork 22
Description
This is on Windows 11 under cygwin.
$ uname -s
CYGWIN_NT-10.0-26100
$ sdk list java
================================================================================Available Java Versions for Exotic
================================================================================ Vendor | Use | Version | Dist | Status | Identifier
--------------------------------------------------------------------------------No versions available for your platform at this time.
================================================================================Omit Identifier to install default version 25-tem:
$ sdk install java
Use TAB completion to discover available versions
$ sdk install java [TAB]
Or install a specific version by Identifier:
$ sdk install java 25-tem
Hit Q to exit this list view
$ sdk list groovy works as expected.