junit5
junit5 copied to clipboard
documentation fix
Overview
it seems to work fine with Java 18, it's time that a program as essential as Junit 5 is up to date and there's no reason not to have it work with Java 18. I corrected the build settings and now I am updating the documentation. I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
- [ ] There are no TODOs left in the code
- [ ] Method preconditions are checked and documented in the method's Javadoc
- [ ] Coding conventions (e.g. for logging) have been followed
- [ ] Change is covered by automated tests including corner cases, errors, and exception handling
- [ ] Public API has Javadoc and
@APIannotations - [ ] Change is documented in the User Guide and Release Notes
- [ ] All continuous integration builds pass