v0.7.0-alpha
New v0.7.0-alpha release.
In this release the new plugin based test runner has been completed. This uses the TestTube in order to run and report on tests.
grind will automatically download and install (after confirming the integrity) the TestTube test plugin, then it will compile all the test classes and run them.
NOTE: The TestTube is compiled using Java 17, if you're using a lower version this will not work, however you can manually compile the plugin and regenerate the integrity.json using the grind integrity generate command.
One of our longer term goal for grind is to add Java JDK version management, at which point this JDK version mismatch will not be a problem. The other option maybe to automatically compile from sources.