mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
gradle clean now removes sleighArgs.txt files.
This commit is contained in:
parent
ae79f00e75
commit
49ae6ec0f9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user