Help - turn off debug

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

View file

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