mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-17 11:40:56 +00:00
removed unnecessary check and options
This commit is contained in:
parent
5b1eb8ef32
commit
7c596c090d
@ -124,11 +124,6 @@ task createJavadocs(type: Javadoc, description: 'Generate javadocs for all proje
|
||||
// Must add classpath for main and test source sets. Javadoc will fail if it cannot
|
||||
// find referenced classes.
|
||||
classpath = rootProject.ext.ghidraPath
|
||||
|
||||
// If we don't exclude module directories, the javascript search feature doesn't work
|
||||
if (JavaVersion.current().isJava11()) {
|
||||
options.addBooleanOption("-no-module-directories", true)
|
||||
}
|
||||
|
||||
// generate documentation using html5
|
||||
options.addBooleanOption("html5", true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user