mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 04:04:36 +08:00
gradle clean now removes sleighArgs.txt files.
This commit is contained in:
@@ -45,9 +45,13 @@ task saveSleighArgs {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.prepDev.dependsOn(saveSleighArgs)
|
||||
|
||||
apply plugin: 'base'
|
||||
clean {
|
||||
delete file("build/data/sleighArgs.txt")
|
||||
}
|
||||
|
||||
/*****************************************************************************************
|
||||
*
|
||||
* Task to write sleigh build.xml file for use is development mode only.
|
||||
|
||||
Reference in New Issue
Block a user