799a12ad63
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 |
||
---|---|---|
.. | ||
deb | ||
integ-test-zip | ||
licenses | ||
rpm | ||
src/main | ||
tar | ||
zip | ||
build.gradle |