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