mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 14:38:02 -05:00
Merge remote-tracking branch 'origin/GP-57_adamopolous_duplicate-help-files-in-distro'
This commit is contained in:
@@ -172,6 +172,7 @@ task findUnusedHelp(type: JavaExec) {
|
||||
|
||||
// include the help into the module's jar
|
||||
jar {
|
||||
duplicatesStrategy 'exclude'
|
||||
from "build/help/main" // include the generated help index files
|
||||
from "src/main/help" // include the help source files
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user