Help - turn off debug

This commit is contained in:
dragonmacher 2019-04-24 18:01:31 -04:00
parent 49436c44a9
commit aba6d9cdec

View File

@ -153,15 +153,12 @@ task findUnusedHelp(type: JavaExec) {
dependsOn configurations.helpPath
inputs.dir helpRootDir
classpath = sourceSets.helpIndex.runtimeClasspath
main = 'help.validator.UnusedHelpImageFileFinder'
args '-debug' // print debug info
// args '-debug' // print debug info
doFirst {
// this modules runtime classpath (contains jhall.jar)
classpath project(':Help').sourceSets.main.runtimeClasspath
// the current help dir to process