Skip to content

v3.0.0

Compare
Choose a tag to compare
@tkrullmann tkrullmann released this 28 Mar 20:16
· 34 commits to master since this release

Improvements

  • Improved support for Gradle 6 and fixed deprecation warnings (thanks for contributions from @markslater and @GaborGinterAdN)
  • Exclude test libraries from being marked as test directories in IDEA. (thanks to @markslater)
  • added documentation about interaction with the JaCoCo plugin (#99)

Possible breaking changes

  • Gradle 4.x is no longer supported
  • Eclipse classpath modification is now disabled by default, can be enabled by setting a project property (#77)

Bugfixes

  • Test task generated for each test set extends systemProperties instead of replacing them (thanks to @philippeagra)
  • don't modify the IDEA module for the predefined "unitTest" testset (#101)