Skip to content

v0.8.0-alpha

Choose a tag to compare

@github-actions github-actions released this 06 Nov 23:08

πŸš€ Java Version Manager Implemented!

In this release the major new feature that was on the "Long Term roadmap" has been implemented, I think this is important because it allows grind to be able to be dropped into any Linux/Mac system and be able to get building a Java project without worrying about dealing with which Java is installed OR not installed.

The main command is java and is used as follows:

List available JDK versions available

grind java list

Display the current Java in use

grind java current

Automatically download OR switch to a specific JDK version

grind java use 11

Remove the Grind managed Java JDK

grind java remove