Search Gradle plugins

Version 1.0.9

1.0.9

Created 02 August 2024.

Check source files for elastic license headers

Add this plugin to your build using the plugins DSL:

plugins {
  id("co.elastic.license-headers") version "1.0.9"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("co.elastic.gradle:license-headers:1.0.9")
      }
    }
    
    apply(plugin = "co.elastic.license-headers")
  • Applying plugins to all subprojects .