Kotlin DSL Reference for Gradle
8.4-rc-2
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.tasks
/
AbstractCopyTask
/
filesMatching
files
Matching
API
open
fun
filesMatching
(
pattern
:
String
,
action
:
Action
<
out
Any
>
)
:
AbstractCopyTask
(
source
)
open
fun
filesMatching
(
patterns
:
Iterable
<
String
>
,
action
:
Action
<
out
Any
>
)
:
AbstractCopyTask
(
source
)