Update hierynomus.license to 0.15.0

This commit is contained in:
Frieder Bluemle 2019-10-15 21:24:03 -07:00
parent 51240d17e6
commit fec0193362
No known key found for this signature in database
GPG Key ID: EEAAFC3A01B5FFC6
1 changed files with 4 additions and 1 deletions

View File

@ -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)