co.elastic.license-headers
Check source files for elastic license headers
https://github.com/elastic/gradle-plugins/blob/main/README.md
Sources: https://github.com/elastic/gradle-plugins/
Version 0.1.6
0.1.6
Created 27 May 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 "0.1.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("co.elastic.gradle:license-headers:0.1.6") } } apply(plugin = "co.elastic.license-headers")
- Applying plugins to all subprojects .