net.minecrell.licenser
Owner: Minecrell
A simple license header manager for Gradle
https://github.com/Minecrell/licenser
Sources: https://github.com/Minecrell/licenser
Add this plugin to your build using the plugins DSL:
plugins {
id("net.minecrell.licenser") version "0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.minecrell:licenser:0.2") } } apply(plugin = "net.minecrell.licenser")
- Applying plugins to all subprojects .