I'm fine with this change, but I do wonder if there is simpler way to do this 
in gradle - I think the exclude can take a closure, so maybe something like 
this would work?

```
exclude {it.path.contains('/out/') && !it.path.contains('/ci'}
```

https://docs.gradle.org/current/javadoc/org/gradle/api/file/CopySpec.html#exclude-org.gradle.api.specs.Spec-

[ Full content available at: https://github.com/apache/geode/pull/2548 ]
This message was relayed via gitbox.apache.org for 
[email protected]

Reply via email to