GP-3081 - Fixed help build for external plugins

This commit is contained in:
dragonmacher
2023-02-13 18:49:23 -05:00
parent 1de4b32e51
commit f4a60244b3
6 changed files with 61 additions and 41 deletions
@@ -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"