[GRADLE-666] Groovy resources are not processed when using the Groovy plugin Created: 29/Sep/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Levi Hoogenberg | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
When I place a Groovy file in src/test/resources and then issue a gradle clean processTestResources, the file is not copied to build/test/classes with the Groovy plugin enabled. Other resources do get copied. |