org.cadixdev.licenser
Owner: Jamie Mansfield
A simple license header manager for Gradle
Sources: https://github.com/CadixDev/licenser
Version 0.6.1 (latest)
0.6.1
Created 17 June 2021.
A simple license header manager for Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("org.cadixdev.licenser") version "0.6.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.cadixdev.gradle:licenser:0.6.1") } } apply(plugin = "org.cadixdev.licenser")
- Applying plugins to all subprojects .