kafka/gradle/license.gradle

10 lines
170 B
Groovy

subprojects {
apply plugin: 'license'
license {
header rootProject.file('HEADER')
// Skip Twitter bootstrap JS and CSS.
skipExistingHeaders = true
}
}