From: Simon Brandhof Date: Mon, 9 Apr 2018 12:44:28 +0000 (+0200) Subject: Remove license noisy logs in build X-Git-Tag: 7.5~1381 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6f01667e7d1262cb7479b393460f66dfa4d8c46a;p=sonarqube.git Remove license noisy logs in build --- 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 {