[GRADLE-620] Task eclipse doesn't put file references of dependencies into project's classpath Created: 05/Sep/09 Updated: 04/Jan/13 Resolved: 18/Sep/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.7 |
Fix Version/s: | 0.8 |
Type: | Bug | ||
Reporter: | Jiri Mares | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
When there is dependency like this: runtime files('lib/a.jar', 'lib/b.jar') these jars will not be in the classpath after running eclipse task. |