From 6f01667e7d1262cb7479b393460f66dfa4d8c46a Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 9 Apr 2018 14:44:28 +0200 Subject: [PATCH] Remove license noisy logs in build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9dd6dc7b369..3c6bbe71576 100644 --- a/build.gradle +++ b/build.gradle @@ -291,7 +291,7 @@ subprojects { css = 'SLASHSTAR_STYLE' less = 'SLASHSTAR_STYLE' } - excludes(["**/*.txt", "**/*.properties", "**/*.xml", "**/*.xsd", "**/*.html", "**/*.json", "**/*.sql", "**/*.rb", "**/*.vm"]) + excludes(['**/*.txt', '**/*.properties', '**/*.xml', '**/*.xsd', '**/*.html', '**/*.json', '**/*.sql', '**/*.rb', '**/*.vm', '**/*.snap', '**/*.svg', '**/*.jar', '**/*.zip', '**/*.log', '**/*.cnf', '**/*.jks', '**/README']) } publishing { -- 2.39.5