mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Help - turn off debug
This commit is contained in:
parent
49436c44a9
commit
aba6d9cdec
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue