2015-12-18 13:27:52 -05:00
|
|
|
subprojects {
|
2016-05-19 02:41:03 -04:00
|
|
|
tasks.withType(org.elasticsearch.gradle.precommit.LicenseHeadersTask) {
|
2015-12-18 13:27:52 -05:00
|
|
|
// someone figure out what the x-plugins logic should be
|
|
|
|
project.licenseHeaders.enabled = false
|
|
|
|
}
|
|
|
|
}
|