Skip to content

Releases: unbroken-dome/gradle-testsets-plugin

v1.3.2

16 Jan 22:13
Compare
Choose a tag to compare

Minor bugfixes:

  • #20 improved documentation for IntelliJ IDEA usage
  • #23 task descriptions and groups are now set properly, so that tasks are shown in `gradle tasks" output
  • #25 fixed Java 1.7 compatibility

v1.3.1

16 Jan 20:42
Compare
Choose a tag to compare
  • test results / report folders are now in line with Gradle 3 conventions (thanks to @dbalakirev)

v1.3.0

16 Jan 20:37
Compare
Choose a tag to compare
  • plugin is now compatible with JDK 7 builds
  • minor fixes to IDEA project/module generation

v1.2.0

06 Aug 20:16
Compare
Choose a tag to compare
Enhancements:
  • Each test set now gets a separate report output directory (#4)
Fixes:
  • Fixed issue with Eclipse classpath file generation where unwanted "lib" entries would be added for main source set (#7)

v1.1.0

05 Apr 15:08
Compare
Choose a tag to compare
  • migrated source code to Groovy
  • added support for IntelliJ IDEA (#3)

1.0.1

05 Mar 20:50
Compare
Choose a tag to compare
  • Include pom.xml in packaged JAR to help resolve build-time dependencies when using new plugin mechanism

1.0.0

05 Mar 20:49
Compare
Choose a tag to compare

Initial release