mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 16:47:43 +08: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
|
// include the help into the module's jar
|
||||||
jar {
|
jar {
|
||||||
|
duplicatesStrategy 'exclude'
|
||||||
from "build/help/main" // include the generated help index files
|
from "build/help/main" // include the generated help index files
|
||||||
from "src/main/help" // include the help source files
|
from "src/main/help" // include the help source files
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user