mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge remote-tracking branch 'origin/GP-0_ghidragon_created_cleanHelp_gradle_task'
This commit is contained in:
commit
e65e4b2d92
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user