mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 16:47:43 +08:00
GP-3081 - Fixed help build for external plugins
This commit is contained in:
@@ -253,6 +253,11 @@ task buildHelp(type: JavaExec, dependsOn: indexHelp) {
|
||||
|
||||
args '-o', "${outputDir.absolutePath}" // set the output directory arg
|
||||
|
||||
// register the Ghidra installation as an application root so the help system can find modules
|
||||
systemProperties = [
|
||||
"ADDITIONAL_APPLICATION_ROOT_DIRS": "${ghidraInstallDir}/Ghidra"
|
||||
]
|
||||
|
||||
doFirst {
|
||||
configurations.helpPath.each {
|
||||
args "-hp"
|
||||
|
||||
Reference in New Issue
Block a user