Plugin 1.8.1.0
mannodermaus
released this
19 Dec 21:08
·
184 commits
to main
since this release
This release of the Gradle plugin brings compatibility with JUnit 5.8.1 and some internal restructuring around deprecated APIs to preent warnings on Gradle 7.0 and above.
- JUnit 5.8.1
- Replaced deprecated method
Report.setEnabled
withReport.required.set
to remove deprecation warnings in Gradle 7+ (CC @gmarques33, #260)