1.2.3 - 2021-07-20
- Add backward compatibility for JDK8 gradle projects (issue #6)
1.2.2 - 2021-07-15
- Fix gradleApi() dependency
1.2.1 - 2021-04-11
- Updated dependencies for Gradle v7
1.2.0 - 2021-04-01
- Added support for Gradle v7
1.1.11 - 2020-10-15
- Drop Jacoco integration. Jacoco integrates with all Test tasks automatically.
1.1.10 - 2020-10-14
- Make it possible to use in integration module classes from test module.
1.1.9 - 2020-10-08
- Update dependencies and migrate to GitHub Actions.
1.1.8 - 2020-08-03
- Support for intellij idea. Mark integration test directory as a test folder #3.