]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13905 do not bundle the Elasticsearch reindex module
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 1 Oct 2020 15:29:30 +0000 (17:29 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 1 Oct 2020 20:07:44 +0000 (20:07 +0000)
This module is not used. Removing it decreases the size of
artifacts

sonar-application/build.gradle

index 5f51822832679a9c8a0e43c7f792ff561957d16b..4d60a7ac0e4506ce6b87536d4b69608b9b44c1cb 100644 (file)
@@ -102,6 +102,7 @@ task zip(type: Zip, dependsOn: [configurations.compile]) {
       exclude 'elasticsearch/modules/lang-groovy/**'
       exclude 'elasticsearch/modules/lang-mustache/**'
       exclude 'elasticsearch/modules/rank-eval/**'
+      exclude 'elasticsearch/modules/reindex/**'
       exclude 'elasticsearch/modules/tribe/**'
       exclude 'elasticsearch/modules/x-pack-*/**'
   }