You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "upthewaterspout (GitHub)" <gi...@apache.org> on 2018/10/08 17:03:38 UTC

[GitHub] [geode] upthewaterspout commented on issue #2548: Better path resolution for srcDist exclusions

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 notifications@geode.apache.org