summaryrefslogtreecommitdiffstats
path: root/gradle/license.gradle
blob: 59b75b391ee5b89cfdaa6ab64660c4e5d73dc9eb (plain)
1
2
3
4
5
6
7
8
// Dependency for plugin was set in buildscript.gradle

apply plugin: 'license' //nl.javadude.gradle.plugins.license.LicensePlugin
license {
    header rootProject.file('codequality/HEADER')
    ext.year = Calendar.getInstance().get(Calendar.YEAR)
    skipExistingHeaders true
}