v0.8.0-alpha
π 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 listDisplay the current Java in use
grind java currentAutomatically download OR switch to a specific JDK version
grind java use 11Remove the Grind managed Java JDK
grind java remove