blob: c9aa27605f0a6feb4da1e553b2973e027599f2bd [file] [log] [blame]
allprojects {
apply plugin: 'com.github.hierynomus.license'
license {
includes(["**/*"])
excludes(["**/*.json"])
excludes(["**/*.svg"])
excludes(["**/.gitkeep"])
header rootProject.file('gradle/license.template')
strictCheck true
skipExistingHeaders false
ext {
year = Calendar.getInstance().get(Calendar.YEAR)
name = "Pulsar Contributors"
}
mapping('conf', 'SCRIPT_STYLE')
mapping('gdsl', 'DOUBLESLASH_STYLE')
mapping('javascript', 'JAVADOC_STYLE')
mapping('scss', 'DOUBLESLASH_STYLE')
}
}