Maintained by aalmiray
This plugin will scan and adapt your source files to include a provided header, e.g. a LICENSE file. By default it will scan every source set and report warnings. It will also create format tasks, which will properly format and apply the specified header. A bulk of the logic comes from the maven-license-plugin.
This plugin will also report on the licenses of your dependencies.
| Website | https://github.com/hierynomus/license-gradle-plugin |
|---|---|
| Author | hierynomus |
| Version | 0.7.0 |
buildscript {
repositories { jcenter() }
dependencies {
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
}
}
apply plugin: 'license'