mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 04:35:53 +08:00
removed unnecessary check and options
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user