gradle
8.3-rc-4
Java API
gradle
/
org.gradle.api.tasks
/
AbstractCopyTask
/
filesNotMatching
files
Not
Matching
Java API
open
fun
filesNotMatching
(
pattern
:
String
,
action
:
Action
<
out
Any
>
)
:
AbstractCopyTask
open
fun
filesNotMatching
(
patterns
:
Iterable
<
String
>
,
action
:
Action
<
out
Any
>
)
:
AbstractCopyTask