mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
This is dependent on elastic/elasticsearchelastic/elasticsearch#19589. It also fixes the existing files that either were missing the license header or had the open source license header. Original commit: elastic/x-pack-elasticsearch@2642c20381
8 lines
109 B
Groovy
8 lines
109 B
Groovy
subprojects {
|
|
project.afterEvaluate {
|
|
project.forbiddenPatterns {
|
|
exclude '**/*.key'
|
|
}
|
|
}
|
|
}
|