diff --git a/build.gradle b/build.gradle index e5e3d5a6..504e563b 100644 --- a/build.gradle +++ b/build.gradle @@ -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)