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

setDestinationDir

open fun setDestinationDir(destinationDir: File): Unit

Sets the directory to generate the .class files into.

Parameters

destinationDir - The destination directory. Must not be null.

open fun setDestinationDir(destinationDir: Provider<File>): Unit

Sets the directory to generate the .class files into.

Parameters

destinationDir - The destination directory. Must not be null.

Since
4.0