mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-02 06:54:25 +02:00
Update hierynomus.license to 0.15.0
This commit is contained in:
parent
51240d17e6
commit
fec0193362
@ -26,7 +26,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "com.github.hierynomus.license" version "0.14.0"
|
id "com.github.hierynomus.license" version "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: 'gradle/functions.gradle'
|
apply from: 'gradle/functions.gradle'
|
||||||
@ -47,6 +47,9 @@ allprojects {
|
|||||||
exclude "**/android/content/res/*.java"
|
exclude "**/android/content/res/*.java"
|
||||||
exclude "**/android/util/*.java"
|
exclude "**/android/util/*.java"
|
||||||
include "**/*.java"
|
include "**/*.java"
|
||||||
|
mapping {
|
||||||
|
java='SLASHSTAR_STYLE'
|
||||||
|
}
|
||||||
strictCheck true
|
strictCheck true
|
||||||
|
|
||||||
ext.year = Calendar.getInstance().get(Calendar.YEAR)
|
ext.year = Calendar.getInstance().get(Calendar.YEAR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user