]> source.dussan.org Git - sonarqube.git/commitdiff
Fix build warning "unknown file extension: xxx.pdf"
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 11 Apr 2018 10:33:36 +0000 (12:33 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 12 Apr 2018 18:20:48 +0000 (20:20 +0200)
build.gradle

index 14149787afc8855163f3f99485c0f9422486313e..95fb87f80b2f298e4cb1f8ca02a45997bfae94a2 100644 (file)
@@ -290,7 +290,7 @@ subprojects {
       css = 'SLASHSTAR_STYLE'
       less = 'SLASHSTAR_STYLE'
     }
-    excludes(['**/*.txt', '**/*.properties', '**/*.xml', '**/*.xsd', '**/*.html', '**/*.json', '**/*.sql', '**/*.rb', '**/*.vm', '**/*.snap', '**/*.svg', '**/*.jar', '**/*.zip', '**/*.log', '**/*.cnf', '**/*.jks', '**/README'])
+    excludes(['**/*.txt', '**/*.properties', '**/*.xml', '**/*.xsd', '**/*.html', '**/*.json', '**/*.sql', '**/*.rb', '**/*.vm', '**/*.snap', '**/*.svg', '**/*.jar', '**/*.zip', '**/*.log', '**/*.cnf', '**/*.jks', '**/README', '**/*.pdf'])
   }
 
   publishing {