2015-11-25 10:18:08 -05:00
|
|
|
subprojects {
|
|
|
|
project.afterEvaluate {
|
|
|
|
project.forbiddenPatterns {
|
|
|
|
exclude '**/*.key'
|
|
|
|
}
|
2015-12-18 13:27:52 -05:00
|
|
|
// someone figure out what the x-plugins logic should be
|
|
|
|
project.licenseHeaders.enabled = false
|
2015-11-25 10:18:08 -05:00
|
|
|
}
|
|
|
|
}
|