Skip to content

v2.1.0

Compare
Choose a tag to compare
@tkrullmann tkrullmann released this 21 Jan 12:32
· 79 commits to master since this release

Improvements

  • Plugin now uses Gradle 5.1.1 for its build (but compatibility to Gradle 4.10+ will be maintained for now)
  • testSets now has a filtered "sub-container" named libraries that makes it easier to create libraries, especially when using the Kotlin DSL

Bugfixes

  • Fixed a bug concerning the classpath of test sets (thanks to @fpavageau)
  • Fixed a bug about importing libraries or extending test sets by name