mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
114184b5dd
Original commit: elastic/x-pack-elasticsearch@48bc84865c
10 lines
213 B
Groovy
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
|
|
}
|
|
}
|