Restored build cleanup of assembly area

This commit is contained in:
ghidra1 2019-06-13 16:37:47 -04:00
parent 8377f8394b
commit 7e80e70465

View file

@ -415,9 +415,9 @@ task createInstallationZip(type: Zip) { t ->
updateSlaFilesTimestamp(DISTRIBUTION_DIR.getPath(), 2)
}
// doLast {
// delete file(DISTRIBUTION_DIR.getPath() + "/" + ZIP_DIR_PREFIX)
// }
doLast {
delete file(DISTRIBUTION_DIR.getPath() + "/" + ZIP_DIR_PREFIX)
}
}