Skip to content

Releases: eskatos/creadur-rat-gradle

0.7.0

06 Jun 11:00
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

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

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

  • Requires Java >= 8, was >= 6 before
  • Requires Gradle >= 6.0, was >= 4.7 before
  • Supports the Gradle configuration cache with Gradle >= 6.5

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

0.6.0

11 Jan 18:05
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

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

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

  • Allow custom license header matching #16

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

0.5.3

13 Dec 21:19
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

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

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

  • Print list of files with unapproved licenses to the console if rat.verbose is set to true

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

0.5.2

30 Sep 13:11
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

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

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

  • Print a clickable link to HTML report on unapproved licences
  • Compatibility with Gradle 6.0

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

0.5.1

30 Sep 13:10
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

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

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

  • Fix deprecation warnings preparing for Gradle 6.0

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

0.5.0

30 Sep 13:10
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Apache RAT (Release Audit Tool) Gradle Plugin v0.5.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.

  • 'rat' task now implements PatternFilterable for a nicer DSL configuring include/exclude, see 18bd660

Thanks @vlsi for the contribution!

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

0.4.0

14 Jan 13:22
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-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.