api / org.gradle.external.javadoc / CoreJavadocOptions / getBootClasspath

getBootClasspath

open fun getBootClasspath(): MutableList<File>

Overrides MinimalJavadocOptions.getBootClasspath

-bootclasspath classpathlist Specifies the paths where the boot classes reside. These are nominally the Java platform classes. The bootclasspath is part of the search path the Javadoc tool will use to look up source and class files. See How Classes Are Found. for more details. Separate directories in classpathlist with semicolons (;).