mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Help - turn off debug
This commit is contained in:
parent
49436c44a9
commit
aba6d9cdec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user