1.0.0
This release brings compatibility with JUnit 5.0.0.
Breaking Changes
- The deprecated dependency handlers
junitJupiter()
andjunitParams()
have been removed. Please update your Gradle files to usejunit5()
andjunit5Params()
instead.
This release brings compatibility with JUnit 5.0.0.
junitJupiter()
and junitParams()
have been removed. Please update your Gradle files to use junit5()
and junit5Params()
instead.