api / org.gradle.api.tasks / SourceSetOutput / setResourcesDir

setResourcesDir

abstract fun setResourcesDir(resourcesDir: File): Unit

Sets the output directory for resources

See example at SourceSetOutput

Parameters

resourcesDir - the classes dir. Should not be null.

Since
4.0

abstract fun setResourcesDir(resourcesDir: Any): Unit

Sets the output directory for resources

See example at SourceSetOutput

Parameters

resourcesDir - the classes dir. Should not be null.