build: add exclude for license checks on android.** files

This commit is contained in:
Connor Tumbleson 2019-07-13 12:23:48 -04:00
parent 3990598373
commit c444bf30f7
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -44,6 +44,8 @@ allprojects {
license {
header rootProject.file("brut.j.common/src/templates/apache2.0-header.txt")
exclude "**/android/content/res/*.java"
exclude "**/android/util/*.java"
include "**/*.java"
strictCheck true