diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2021-12-14 14:57:10 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-12-17 12:06:46 +0000 |
commit | 55912d58e4028c8e8f72b64ff335d27656446d71 (patch) | |
tree | 59e47bc2c9c4e26bbbdb2ee671ff3ac0783a6865 /sonar-application | |
parent | 437b7fcd2357ada2f9b8968403f0cdcaba6d2390 (diff) | |
download | sonarqube-55912d58e4028c8e8f72b64ff335d27656446d71.tar.gz sonarqube-55912d58e4028c8e8f72b64ff335d27656446d71.zip |
SONAR-15840 Fix SSF-219
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/build.gradle | 1 |
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 |