api / org.gradle.api.tasks.compile / AbstractCompile / setClasspath

setClasspath

open fun setClasspath(configuration: FileCollection): Unit

Sets the classpath to use to compile the source files.

Parameters

configuration - The classpath. Must not be null, but may be empty.