api / org.gradle.api.file / SourceDirectorySet / setOutputDir

setOutputDir

@Incubating abstract fun setOutputDir(provider: Provider<File>): Unit

Sets the provider that gives the directory to assemble the compiled classes into.

Parameters

provider - provides output directory for this source directory set

Since
4.0

@Incubating abstract fun setOutputDir(outputDir: File): Unit

Sets the directory to assemble the compiled classes into.

Parameters

outputDir - output directory for this source directory set

Since
4.0