OpenSearch/distribution
Jason Tedor 799a12ad63 Fix distribution build ordering issue
Today when running gradle clean
:distribution:(integ-test-zip|tar|zip):assemble, the created archive
distribution will be missing the empty plugins directory. This is
because the empty plugins folder created in the build folder for the
copy spec task is created during configuration and then is later wiped
away by the clean task. This commit addresses this issue, by pushing
creation of the directory out of the configuration phase.

Relates #21271
2016-11-02 12:14:47 -04:00
..
deb Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
integ-test-zip Fix distribution build ordering issue 2016-11-02 12:14:47 -04:00
licenses Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
rpm [Package] Remove bin/lib/modules directories on RPM uninstall/upgrade (#20448) 2016-09-14 18:18:37 +02:00
src/main Make explicit missing settings for Windows service 2016-10-31 10:10:37 -04:00
tar Fix distribution build ordering issue 2016-11-02 12:14:47 -04:00
zip Fix distribution build ordering issue 2016-11-02 12:14:47 -04:00
build.gradle Fix distribution build ordering issue 2016-11-02 12:14:47 -04:00