api / org.gradle.language.jvm.tasks / ProcessResources

ProcessResources

@Incubating open class ProcessResources : Copy

Copies resources from their source to their target directory, potentially processing them. Makes sure no stale resources remain in the target directory.

Constructors

<init>

ProcessResources()

Copies resources from their source to their target directory, potentially processing them. Makes sure no stale resources remain in the target directory.

Inherited Functions

getDestinationDir

open fun getDestinationDir(): File

Returns the directory to copy files into.

getRootSpec

open fun getRootSpec(): DestinationRootCopySpec

setDestinationDir

open fun setDestinationDir(destinationDir: File): Unit

Sets the directory to copy files into. This is the same as calling #into(Object) on this task.