OpenSearch/elasticsearch/license/build.gradle

10 lines
213 B
Groovy

subprojects {
project.afterEvaluate {
project.forbiddenPatterns {
exclude '**/*.key'
}
// someone figure out what the x-plugins logic should be
project.licenseHeaders.enabled = false
}
}