diff options
author | Jacek Poreda <jacek.poreda@sonarsource.com> | 2023-11-08 16:58:16 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-09 20:02:39 +0000 |
commit | e96c43f5dd51877041abe22afff4a16fda17ca22 (patch) | |
tree | 32c77a11a57564a29998c74b56264d1a14083bbb /sonar-application/build.gradle | |
parent | 58e46acbf719e95e905d4f3688dfe489979caf89 (diff) | |
download | sonarqube-e96c43f5dd51877041abe22afff4a16fda17ca22.tar.gz sonarqube-e96c43f5dd51877041abe22afff4a16fda17ca22.zip |
[NO-JIRA] Update Elasticsearch to 8.11.0
Diffstat (limited to 'sonar-application/build.gradle')
-rw-r--r-- | sonar-application/build.gradle | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 7db7ff12b35..3faeb8154b0 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -159,13 +159,15 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath]) { exclude '**/bin/elasticsearch-syskeygen' exclude '**/bin/elasticsearch-users' exclude '**/jdk/**' - exclude '**/lib/tools/plugin-cli' - exclude '**/lib/tools/geoip-cli' exclude '**/lib/tools/ansi-console' + exclude '**/lib/tools/geoip-cli' + exclude '**/lib/tools/plugin-cli' exclude '**/modules/aggs-matrix-stats/**' + exclude '**/modules/blob-cache/**' exclude '**/modules/constant-keyword/**' exclude '**/modules/data-streams/**' exclude '**/modules/frozen-indices/**' + exclude '**/modules/inference/**' exclude '**/modules/ingest-attachment/**' exclude '**/modules/ingest-common/**' exclude '**/modules/ingest-geoip/**' @@ -176,8 +178,10 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath]) { exclude '**/modules/legacy-geo/**' exclude '**/modules/mapper-extras/**' exclude '**/modules/mapper-version/**' + exclude '**/modules/ml-package-loader/**' exclude '**/modules/percolator/**' exclude '**/modules/rank-eval/**' + exclude '**/modules/rank-rrf/**' exclude '**/modules/repositories-metering-api/**' exclude '**/modules/repository-azure/**' exclude '**/modules/repository-encrypted/**' @@ -185,35 +189,41 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath]) { exclude '**/modules/repository-s3/**' exclude '**/modules/repository-url/**' exclude '**/modules/runtime-fields-common/**' - exclude '**/modules/search-business-rules/**' exclude '**/modules/searchable-snapshots/**' + exclude '**/modules/search-business-rules/**' exclude '**/modules/snapshot-based-recoveries/**' exclude '**/modules/snapshot-repo-test-kit/**' exclude '**/modules/spatial/**' exclude '**/modules/transform/**' exclude '**/modules/unsigned-long/**' - exclude '**/modules/vector-tile/**' exclude '**/modules/vectors/**' + exclude '**/modules/vector-tile/**' exclude '**/modules/wildcard/**' exclude '**/modules/x-pack-aggregate-metric' + exclude '**/modules/x-pack-aggregate-metric/**' exclude '**/modules/x-pack-analytics/**' - exclude '**/modules/x-pack-async/**' exclude '**/modules/x-pack-async-search/**' + exclude '**/modules/x-pack-async/**' exclude '**/modules/x-pack-autoscaling/**' exclude '**/modules/x-pack-ccr/**' exclude '**/modules/x-pack-deprecation/**' + exclude '**/modules/x-pack-downsample/**' exclude '**/modules/x-pack-enrich/**' + exclude '**/modules/x-pack-ent-search/**' exclude '**/modules/x-pack-eql/**' + exclude '**/modules/x-pack-esql/**' exclude '**/modules/x-pack-fleet/**' exclude '**/modules/x-pack-graph/**' exclude '**/modules/x-pack-identity-provider/**' exclude '**/modules/x-pack-ilm/**' exclude '**/modules/x-pack-logstash/**' + exclude '**/modules/x-pack-ml/**' exclude '**/modules/x-pack-monitoring/**' + exclude '**/modules/x-pack-profiling/**' exclude '**/modules/x-pack-ql/**' exclude '**/modules/x-pack-rollup/**' - exclude '**/modules/x-pack-ml/**' exclude '**/modules/x-pack-shutdown/**' + exclude '**/modules/x-pack-slm/**' exclude '**/modules/x-pack-sql/**' exclude '**/modules/x-pack-stack/**' exclude '**/modules/x-pack-text-structure/**' |