Use /* instead of /** for license header
see: https://github.com/mycila/license-maven-plugin/issues/118
This commit is contained in:
@@ -43,6 +43,9 @@ subprojects {
|
||||
header rootProject.file('license-header.txt')
|
||||
strictCheck true
|
||||
ext.year = Calendar.getInstance().get(Calendar.YEAR)
|
||||
mapping {
|
||||
java='SLASHSTAR_STYLE'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user