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 1.0.2
1.0.2
Created 20 June 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.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("co.elastic.gradle:license-headers:1.0.2") } } apply(plugin = "co.elastic.license-headers")
- Applying plugins to all subprojects .