From 55912d58e4028c8e8f72b64ff335d27656446d71 Mon Sep 17 00:00:00 2001 From: Jacek Date: Tue, 14 Dec 2021 14:57:10 +0100 Subject: SONAR-15840 Fix SSF-219 --- sonar-application/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-application/build.gradle') 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 -- cgit v1.2.3