org.nosphere.apache.rat
Owner: Paul Merlin
Apache RAT (Release Audit Tool) Gradle Plugin
https://github.com/eskatos/creadur-rat-gradle
Sources: https://github.com/eskatos/creadur-rat-gradle
Version 0.8.0
0.8.0
Created 21 September 2022.
Apache RAT (Release Audit Tool) Gradle Plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("org.nosphere.apache.rat") version "0.8.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.nosphere.apache:creadur-rat-gradle:0.8.0") } } apply(plugin = "org.nosphere.apache.rat")
- Applying plugins to all subprojects .