From 5d1e099d4d073e4ea5322ec77b6ab58dff42b94d Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Thu, 4 Apr 2024 18:55:05 -0400 Subject: [PATCH] GP-4492 Corrected build issue which was omitting module src.zip files when externalGhidraExtension is present. --- gradle/root/distribution.gradle | 4 ---- 1 file changed, 4 deletions(-) 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