disable license headers check for x-plugins, until we figure out what it should do

Original commit: elastic/x-pack-elasticsearch@48bc84865c
This commit is contained in:
Robert Muir 2015-12-18 13:27:52 -05:00
parent 1d95a7593f
commit 114184b5dd
3 changed files with 11 additions and 0 deletions

View File

@ -3,5 +3,7 @@ subprojects {
project.forbiddenPatterns {
exclude '**/*.key'
}
// someone figure out what the x-plugins logic should be
project.licenseHeaders.enabled = false
}
}

View File

@ -0,0 +1,6 @@
subprojects {
project.afterEvaluate {
// someone figure out what the x-plugins logic should be
project.licenseHeaders.enabled = false
}
}

View File

@ -150,3 +150,6 @@ thirdPartyAudit.excludes = [
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator',
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1',
]
// someone figure out what the x-plugins logic should be
licenseHeaders.enabled = false