Hi all, I'm a Gradle (and Groovy) newbie so I apologize if I'm asking the obvious :)
I have a project layout like this. src/main/java/com/foo src/main/java/com/fee I would like to restrict the source set to only include classes from the com.foo package. How do I do that? /Magnus
