net.kyori.indra.license-header
Owner: kashike
Reasonable license-header configuration
https://github.com/KyoriPowered/indra/wiki
Sources: https://github.com/KyoriPowered/indra.git
Version 3.1.3 (latest)
3.1.3
Created 28 August 2023.
License header configuration in line with the Indra file layout, using the Cadix licenser
Add this plugin to your build using the plugins DSL:
plugins {
id("net.kyori.indra.license-header") version "3.1.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.kyori:indra-licenser-cadix:3.1.3") } } apply(plugin = "net.kyori.indra.license-header")
- Applying plugins to all subprojects .