Skip to content

Commit 244c8ad

Browse files
committed
Formatting.
No functional change.
1 parent 1ee6f14 commit 244c8ad

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

gradle/license.gradle

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// Dependency for plugin was set in buildscript.gradle
2-
31
subprojects {
4-
apply plugin: 'license' //nl.javadude.gradle.plugins.license.LicensePlugin
5-
license {
6-
header rootProject.file('codequality/HEADER')
7-
ext.year = Calendar.getInstance().get(Calendar.YEAR)
8-
skipExistingHeaders true
9-
}
2+
apply plugin: 'license' //nl.javadude.gradle.plugins.license.LicensePlugin
3+
license {
4+
header rootProject.file('codequality/HEADER')
5+
ext.year = Calendar.getInstance().get(Calendar.YEAR)
6+
skipExistingHeaders true
7+
}
108
}

0 commit comments

Comments
 (0)