Skip to content

0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@eskatos eskatos released this 14 Jan 13:22
· 144 commits to master since this release

Apache RAT (Release Audit Tool) Gradle Plugin v0.4.0

This plugin allows to run the Apache RAT release audit tool, focused on licenses.

This release contains breaking changes, updating your build logic might be required.

  • the minimum supported Gradle version is Gradle 4.7
  • rat task is now intra-project parallelizable by using the Gradle Worker API
  • rat task is now cacheable by the Gradle Build Cache
  • rat task now executes RAT a single time to produce all reports (plain, xml, html)
  • rat task failure now reports the missing licenses in the task exception message

See the https://github.com/eskatos/creadur-rat-gradle#readme for more information on how to use the plugin.