Skip to content

Commit

Permalink
Enable strict license header checking in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed Dec 14, 2014
1 parent dacac51 commit 29245fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ license {
header file("HEADER.txt")
sourceSets = project.sourceSets
ignoreFailures false
strictCheck false
strictCheck true
mapping {
java = 'SLASHSTAR_STYLE'
}
Expand Down

0 comments on commit 29245fe

Please sign in to comment.