[GRADLE-241] Cannot build gradle from the source distribution Created: 25/Sep/08 Updated: 04/Jan/13 Resolved: 03/Nov/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.4 |
Fix Version/s: | 0.5 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Comments |
Comment by Tom Eyckmans [ 27/Oct/08 ] |
When I try to build from source the :testCompile task runs out of memory, I've noticed that it was not possible to fork the groovy compile because the 'fork' property was filtered out so I removed it from the filter list and was able to complete the :testCompile task, some tests failed but haven't got around to look at the test failures in detail. |