[GRADLE-47] Discuss: Should we use one flat folder for the dependencies or multiple ones (e.g. runtime, build, test) Created: 19/Apr/08 Updated: 04/Jan/13 Resolved: 25/Jan/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.1 |
Fix Version/s: | None |
Type: | Improvement | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Comments |
Comment by Jon Cox [ 23/Jan/09 ] |
One flat seems simpler and less prone to having things get out of sync Isn't this handled currently using Ivy's resolver / mechanism now anyway? |
Comment by Hans Dockter [ 25/Jan/09 ] |
This issue is obsolete. Until 0.5 we saved the Gradle dependencies in svn. The issue was about if we should organize the dependencies in folders. Now we get the dependencies from remote repositories.They are not stored in svn any longer. |