mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-12 20:06:48 +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 {
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user