diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2022-03-29 11:07:36 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-29 20:03:37 +0000 |
commit | 4fc051b5df5ee99fcea2e050c0258b2503949f05 (patch) | |
tree | 6d4fd2dcc7721c9eea5bc4c0bd4d80dfcd3743cd /sonar-application | |
parent | 73d29134eb139947c9e79c6a3330a32e145bda6c (diff) | |
download | sonarqube-4fc051b5df5ee99fcea2e050c0258b2503949f05.tar.gz sonarqube-4fc051b5df5ee99fcea2e050c0258b2503949f05.zip |
Fix issue on UTs after ES upgrade
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index dc02002fc53..cbff50150d2 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -188,7 +188,6 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath, tasks.downloadL exclude '**/modules/mapper-version/**' exclude '**/modules/percolator/**' exclude '**/modules/rank-eval/**' - exclude '**/modules/reindex/**' exclude '**/modules/repositories-metering-api/**' exclude '**/modules/repository-encrypted/**' exclude '**/modules/repository-url/**' |