Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2024-04-04 18:57:04 -04:00
commit cae9190c13

View File

@ -434,10 +434,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