mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 02:32:19 +08:00
gradle clean now removes sleighArgs.txt files.
This commit is contained in:
@@ -45,9 +45,13 @@ task saveSleighArgs {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.prepDev.dependsOn(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.
|
* Task to write sleigh build.xml file for use is development mode only.
|
||||||
|
|||||||
Reference in New Issue
Block a user