v2.1.0
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" namedlibraries
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