Skip to content

Commit 8fdba94

Browse files
committed
try automated licensing
1 parent 9e1daa2 commit 8fdba94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ allprojects {
2020

2121
rootProject.buildDir = '../build'
2222
subprojects {
23+
apply plugin: 'com.github.hierynomus.license'
24+
2325
project.buildDir = "${rootProject.buildDir}/${project.name}"
26+
27+
license {
28+
header = rootProject.file('LICENSE_HEADER')
29+
includes = ['**/*.java', '**/*.kt', '**/*.groovy']
30+
strictCheck = true
31+
}
2432
}
2533
subprojects {
2634
project.evaluationDependsOn(':app')

0 commit comments

Comments
 (0)