OpenSearch/distribution/zip
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
..
src/test Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
build.gradle Fix distribution build ordering issue 2016-11-02 12:14:47 -04:00