api / org.gradle.process / JavaForkOptions / getBootstrapClasspath

getBootstrapClasspath

@Classpath abstract fun getBootstrapClasspath(): FileCollection

Returns the bootstrap classpath to use for the process. The default bootstrap classpath for the JVM is used when this classpath is empty.

Return
The bootstrap classpath. Never returns null.