mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 13:16:48 +08:00
Merge remote-tracking branch 'origin/GP-0_ghidragon_created_cleanHelp_gradle_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