Skip to content

Releases: unbroken-dome/gradle-testsets-plugin

v1.5.2

15 Nov 18:16
Compare
Choose a tag to compare

Added correct configurations to IDEA classpath (thanks @pkoenig10)

v2.0.1

29 Oct 22:39
Compare
Choose a tag to compare
  • Complete rewrite of the plugin in Kotlin, making use of some new Gradle features for lazy configuration
  • Introducing test libraries

v1.5.1

14 Jul 15:35
Compare
Choose a tag to compare

Support for Scala source sets (thanks to @huggsboson)

v1.5.0

23 May 14:30
Compare
Choose a tag to compare

Support for environment variables and system properties in test set (thanks to @michaelcdillon)

v1.4.5

04 Apr 21:35
Compare
Choose a tag to compare

Support the compileOnly (Gradle 2.12+) and annotationProcessor (Gradle 4.6+) configurations when extending test sets. Thanks to @fpavageau

v1.4.4

15 Mar 22:06
Compare
Choose a tag to compare

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

11 Feb 18:58
Compare
Choose a tag to compare
  • Added support for Kotlin directories in source sets

v1.4.2

09 Jul 15:15
Compare
Choose a tag to compare

Compatibility with new configurations in Gradle 3.4+ (xxxImplementation, xxxRuntimeOnly)

v1.4.1

22 Jun 18:20
Compare
Choose a tag to compare

Gradle 4.0 compatibility patch (thanks @iamdanfox)

v1.4.0

18 Jun 20:17
Compare
Choose a tag to compare

Adapt for breaking change in Gradle 4.0 (thanks to @dansanduleac)