GP-4492 Corrected build issue which was omitting module src.zip files

when externalGhidraExtension is present.
This commit is contained in:
ghidra1 2024-04-04 18:55:05 -04:00
parent 10a63ab38f
commit 5d1e099d4d

View File

@ -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