mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +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
|
||||
// - depends on the output from the help indexer
|
||||
task buildHelp(type: JavaExec, dependsOn: indexHelp) {
|
||||
|
||||
Reference in New Issue
Block a user