Releases: eskatos/creadur-rat-gradle
0.7.0
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
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
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 totrue
See the https://github.com/eskatos/creadur-rat-gradle#readme for more information on how to use the plugin.
0.5.2
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
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
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
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.