Search Gradle plugins

Version 1.0.2

1.0.2

Created 06 October 2020.

Reasonable license-header configuration

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 .