This is a minor release that performed a bit of code cleanup and added a small new feature.
As always the source code is available on Github.
Release Notes
- Updated all dependencies to get the build working on JDK 16 and JDK 17. Hopefully this should resolve the issues reported in Issue #412.
- Refactored the results file scanning code. Parsing of CSV files should be a bit quicker now.
- Added the ability to fail the build if the results file is empty (i.e. no successes or failures)
<configuration>
<failBuildIfResultFileIsEmpty>true</failBuildIfResultFileIsEmpty>
</configuration>