Use /* instead of /** for license header

see: https://github.com/mycila/license-maven-plugin/issues/118
This commit is contained in:
yushijinhun
2019-01-05 19:04:24 +08:00
parent 8a67f33cf6
commit d655c9ec6b
398 changed files with 400 additions and 397 deletions

View File

@@ -43,6 +43,9 @@ subprojects {
header rootProject.file('license-header.txt')
strictCheck true
ext.year = Calendar.getInstance().get(Calendar.YEAR)
mapping {
java='SLASHSTAR_STYLE'
}
}
}