added directive to exclude duplicate files from help distro

This commit is contained in:
adamopolous
2020-08-10 10:50:59 -04:00
parent ec59fa351f
commit 750881d712
+1
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
}