api / org.gradle.api.tasks / SourceSet / getResources

getResources

abstract fun getResources(): SourceDirectorySet

Returns the non-Java resources which are to be copied into the resources output directory.

Return
the resources. Never returns null.