aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJacek <jacek.poreda@sonarsource.com>2021-12-14 14:57:10 +0100
committersonartech <sonartech@sonarsource.com>2021-12-17 12:06:46 +0000
commit55912d58e4028c8e8f72b64ff335d27656446d71 (patch)
tree59e47bc2c9c4e26bbbdb2ee671ff3ac0783a6865 /sonar-application
parent437b7fcd2357ada2f9b8968403f0cdcaba6d2390 (diff)
downloadsonarqube-55912d58e4028c8e8f72b64ff335d27656446d71.tar.gz
sonarqube-55912d58e4028c8e8f72b64ff335d27656446d71.zip
SONAR-15840 Fix SSF-219
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index 9cbb3c7f3fa..2e9b5da6160 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -185,6 +185,7 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath, tasks.downloadL
exclude '**/modules/transform/**'
exclude '**/modules/unsigned-long/**'
exclude '**/modules/vectors/**'
+ exclude '**/modules/vector-tile/**'
exclude '**/modules/wildcard/**'
exclude '**/modules/x-pack-*/**'
includeEmptyDirs = false