Thanks. For future reference, the JIRA issue can be found at https://fisheye.codehaus.org/browse/GRADLE-666
On Tue, Sep 29, 2009 at 10:44 AM, Adam Murdoch <[email protected]> wrote: > > > Levi Hoogenberg wrote: > > I found the cause. I use the Groovy plugin and the resource is a .groovy > file. I placed a test.txt resource in src/test/resources - this file is > copied when running 'gradle clean processTestResources'. > > I'll rename the Groovy resource; I'll create a JIRA issue as well, because > this used to work in 0.7. > > > A work around until it's fixed is to set: > > sourceSets.test.resources.filter.includes = [] > > after you use the Groovy plugin. >
