mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 16:47:43 +08:00
GP-0 added cleanHelp task
This commit is contained in:
@@ -119,6 +119,13 @@ task indexHelp(type: JavaExec) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task cleanHelp {
|
||||||
|
File helpOutput = file('build/help/main/help')
|
||||||
|
doFirst {
|
||||||
|
delete helpOutput
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Task for building Ghidra help files
|
// Task for building Ghidra help files
|
||||||
// - depends on the output from the help indexer
|
// - depends on the output from the help indexer
|
||||||
task buildHelp(type: JavaExec, dependsOn: indexHelp) {
|
task buildHelp(type: JavaExec, dependsOn: indexHelp) {
|
||||||
|
|||||||
Reference in New Issue
Block a user