Skip to content

1.3

Compare
Choose a tag to compare
@keeganwitt keeganwitt released this 24 Mar 22:16
· 621 commits to master since this release

Bugs

None

Enhancements

  • [GMAVENPLUS-27] - Set targetBytecode from maven.compiler.target
  • [GMAVENPLUS-28] - Use project.build.sourceEncoding for Groovydoc stylesheet default encoding. This can break your build if all the below condtions are met.
    • You are using the groovydoc and/or testGroovydoc goal
    • You have specified stylesheetFile
    • You have not specified stylesheetEncoding
    • Your system has a default encoding other than UTF-8
    • The file specified by stylesheetFile contains characters outside the ASCII range
  • [GMAVENPLUS-31] - Bind MavenProjectHelper to tool properties
  • [GMAVENPLUS-32] - Support grooid classifier. An example usage is available.

Potentially breaking changes

None

Notes

None