mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02: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
1 changed files with 0 additions and 4 deletions
|
@ -426,10 +426,6 @@ task createExternalExtensions(type: Copy) {
|
||||||
// Make sure that we don't try to copy the same file with the same path.
|
// Make sure that we don't try to copy the same file with the same path.
|
||||||
duplicatesStrategy 'exclude'
|
duplicatesStrategy 'exclude'
|
||||||
|
|
||||||
doLast {
|
|
||||||
delete file(DISTRIBUTION_DIR.getPath() + "/" + ZIP_DIR_PREFIX)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
import groovy.io.FileType
|
import groovy.io.FileType
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue