mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
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
|
|
}
|
|
}
|