OpenSearch/elasticsearch/qa/build.gradle

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
}
}