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.6.0
0.6.0
Created 11 January 2020.
Apache RAT (Release Audit Tool) Gradle Plugin
Using the plugins DSL:
plugins {
id("org.nosphere.apache.rat") version "0.6.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("org.nosphere.apache:creadur-rat-gradle:0.6.0")
}
}
apply(plugin = "org.nosphere.apache.rat")
Using the plugins DSL:
plugins {
id "org.nosphere.apache.rat" version "0.6.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "org.nosphere.apache:creadur-rat-gradle:0.6.0"
}
}
apply plugin: "org.nosphere.apache.rat"