mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
GP-4492 Corrected build issue which was omitting module src.zip files
when externalGhidraExtension is present.
This commit is contained in:
parent
10a63ab38f
commit
5d1e099d4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user