mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-14 20:56:47 +01:00
build: add exclude for license checks on android.** files
This commit is contained in:
parent
3990598373
commit
c444bf30f7
@ -44,6 +44,8 @@ allprojects {
|
|||||||
|
|
||||||
license {
|
license {
|
||||||
header rootProject.file("brut.j.common/src/templates/apache2.0-header.txt")
|
header rootProject.file("brut.j.common/src/templates/apache2.0-header.txt")
|
||||||
|
exclude "**/android/content/res/*.java"
|
||||||
|
exclude "**/android/util/*.java"
|
||||||
include "**/*.java"
|
include "**/*.java"
|
||||||
strictCheck true
|
strictCheck true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user