From: Simon Brandhof Date: Thu, 1 Oct 2020 15:29:30 +0000 (+0200) Subject: SONAR-13905 do not bundle the Elasticsearch reindex module X-Git-Tag: 8.5.0.37579~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9969c198f060efae326470ce75d6be50b71cd3ac;p=sonarqube.git SONAR-13905 do not bundle the Elasticsearch reindex module This module is not used. Removing it decreases the size of artifacts --- diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 5f518228326..4d60a7ac0e4 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -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-*/**' }