gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.file
/
CopySpec
/
eachFile
each
File
API
abstract
fun
eachFile
(
action
:
Action
<
in
FileCopyDetails
>
)
:
CopySpec
(
source
)
abstract
fun
eachFile
(
@
DelegatesTo
(
value
=
FileCopyDetails::class
)
closure
:
Closure
)
:
CopySpec
(
source
)