From 29245fec9dae2843c5484781a2c51b59333a5736 Mon Sep 17 00:00:00 2001 From: Mumfrey Date: Sun, 14 Dec 2014 17:04:57 +0000 Subject: [PATCH] Enable strict license header checking in build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b9b71140..25cbcd7b4 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ license { header file("HEADER.txt") sourceSets = project.sourceSets ignoreFailures false - strictCheck false + strictCheck true mapping { java = 'SLASHSTAR_STYLE' }