net.kyori.indra.license-header
Owner: kashike
Reasonable license-header configuration
https://github.com/KyoriPowered/indra/wiki
Sources: https://github.com/KyoriPowered/indra.git
Add this plugin to your build using the plugins DSL:
plugins {
id("net.kyori.indra.license-header") version "1.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.kyori:indra-common:1.0.2") } } apply(plugin = "net.kyori.indra.license-header")
- Applying plugins to all subprojects .