mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
7 lines
198 B
Groovy
7 lines
198 B
Groovy
subprojects {
|
|
tasks.withType(org.elasticsearch.gradle.precommit.LicenseHeadersTask) {
|
|
// someone figure out what the x-plugins logic should be
|
|
project.licenseHeaders.enabled = false
|
|
}
|
|
}
|