From 96836ee48e2dc69220c139ef351ee376396ca47e Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 21 Aug 2018 17:14:25 +0200 Subject: [PATCH] Use inclusion list of file suffixes for license check --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9ee3e02e0ce..7ddc1f035b9 100644 --- a/build.gradle +++ b/build.gradle @@ -319,9 +319,8 @@ subprojects { ts = 'SLASHSTAR_STYLE' tsx = 'SLASHSTAR_STYLE' css = 'SLASHSTAR_STYLE' - less = 'SLASHSTAR_STYLE' } - excludes(['**/*.txt', '**/*.properties', '**/*.xml', '**/*.xsd', '**/*.html', '**/*.json', '**/*.sql', '**/*.rb', '**/*.vm', '**/*.snap', '**/*.svg', '**/*.jar', '**/*.zip', '**/*.log', '**/*.cnf', '**/*.jks', '**/README', '**/*.pdf']) + includes(['**/*.java', '**/*.js', '**/*.ts', '**/*.tsx', '**/*.css']) } publishing { -- 2.39.5