api / org.gradle.process / JavaForkOptions / setBootstrapClasspath

setBootstrapClasspath

abstract fun setBootstrapClasspath(classpath: FileCollection): Unit

Sets the bootstrap classpath to use for the process. Set to an empty classpath to use the default bootstrap classpath for the specified JVM.

Parameters

classpath - The classpath. Must not be null. Can be empty.