]> source.dussan.org Git - sonarqube.git/commitdiff
Remove license noisy logs in build
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 9 Apr 2018 12:44:28 +0000 (14:44 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 10 Apr 2018 18:20:54 +0000 (20:20 +0200)
build.gradle

index 9dd6dc7b3696f890223abee21ba9b5632361caa9..3c6bbe71576fda3645e27586c713a936f3cbacb1 100644 (file)
@@ -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 {