api / org.gradle.process / JavaForkOptions / bootstrapClasspath

bootstrapClasspath

abstract fun bootstrapClasspath(vararg classpath: Any): JavaForkOptions

Adds the given values to the end of the bootstrap classpath for the process.

Parameters

classpath - The classpath.

Return
this