Skip to content

v1.7.0

Compare
Choose a tag to compare
@siordache siordache released this 28 May 19:52
· 163 commits to master since this release
7a4b6e9

This release adds a few new features and fixes several issues. Some of them are:

  • #1 - Introduce support for the Spock Testing framework
  • #33 - Support for Eclipse plugin
  • #65 - unexpected arguments in main
  • #93 - Patch module does not handle multiple jars
  • #111 - Since 1.6.0 - "error: file should be on source path, or on patch path for module"
  • #112 - Print warning when using with Gradle < 5
  • #123 - Adding support for additional test frameworks (Mockito, EasyMock, AssertJ, JUnit 5.5.x)
  • #124 - No way to set module version?
  • #130 - Add support for new junit-jupiter artifact ID of JUnit 5
  • #132 - compileJava tasks fails in gradle 6.1
  • #143 - Gradle multiproject fails to find automatic-module-name with dependency on java-library.
  • #154 - make plugin compatible with Gradle 6.4
  • #156 - Circular dependency in complex project (in compileModuleInfoJava)

Thanks to @Alfred-65 and @bredmold for their contributions to this release!