diff --git a/gradle/root/distribution.gradle b/gradle/root/distribution.gradle index 1005e1b9fc..af6f93a15d 100644 --- a/gradle/root/distribution.gradle +++ b/gradle/root/distribution.gradle @@ -426,10 +426,6 @@ task createExternalExtensions(type: Copy) { // Make sure that we don't try to copy the same file with the same path. duplicatesStrategy 'exclude' - doLast { - delete file(DISTRIBUTION_DIR.getPath() + "/" + ZIP_DIR_PREFIX) - } - } import groovy.io.FileType