Merge remote-tracking branch 'origin/GP-57_adamopolous_duplicate-help-files-in-distro'

This commit is contained in:
adamopolous 2020-08-13 14:04:52 -04:00
commit 7bba220d30

View file

@ -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
}