Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

45 lines (35 loc) · 1.64 KB

Changelog

1.2.3 - 2021-07-20

Changed

  • Add backward compatibility for JDK8 gradle projects (issue #6)

1.2.2 - 2021-07-15

Changed

  • Fix gradleApi() dependency

1.2.1 - 2021-04-11

Changed

  • Updated dependencies for Gradle v7

1.2.0 - 2021-04-01

Added

  • Added support for Gradle v7

1.1.11 - 2020-10-15

Changed

  • Drop Jacoco integration. Jacoco integrates with all Test tasks automatically.

1.1.10 - 2020-10-14

Changed

  • Make it possible to use in integration module classes from test module.

1.1.9 - 2020-10-08

Changed

  • Update dependencies and migrate to GitHub Actions.

1.1.8 - 2020-08-03

Added

  • Support for intellij idea. Mark integration test directory as a test folder #3.