Releases: unbroken-dome/gradle-testsets-plugin
Releases · unbroken-dome/gradle-testsets-plugin
v1.5.2
Added correct configurations to IDEA classpath (thanks @pkoenig10)
v2.0.1
- Complete rewrite of the plugin in Kotlin, making use of some new Gradle features for lazy configuration
- Introducing test libraries
v1.5.1
Support for Scala source sets (thanks to @huggsboson)
v1.5.0
Support for environment variables and system properties in test set (thanks to @michaelcdillon)
v1.4.5
Support the compileOnly
(Gradle 2.12+) and annotationProcessor
(Gradle 4.6+) configurations when extending test sets. Thanks to @fpavageau
v1.4.4
Maintenance release.
Plugin publication in plugins.gradle.org repository did not work correctly, hence the new version. There are no functional differences to 1.4.3
v1.4.3
- Added support for Kotlin directories in source sets
v1.4.2
Compatibility with new configurations in Gradle 3.4+ (xxxImplementation, xxxRuntimeOnly)
v1.4.1
Gradle 4.0 compatibility patch (thanks @iamdanfox)
v1.4.0
Adapt for breaking change in Gradle 4.0 (thanks to @dansanduleac)