|
|
|
|
|
by jolux
198 days ago
|
|
Ah, it was written in Groovy last time I looked at it I believe. In any case here’s how to install a default java: `mise ls-remote java` to show all vendors and versions, or just `mise latest java@temurin` (or any other vendor) to get the latest version string `mise use -g java@<version>` to install it and set it as a default |
|