[GRADLE-164] Artifact dependency unresolved when custom destinationDir is used. Created: 21/Jul/08 Updated: 04/Jan/13 Resolved: 31/Jul/08 | 
|
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | 0.2 | 
| Fix Version/s: | 0.3 | 
| Type: | Bug | ||
| Reporter: | Pieter Smit | Assignee: | Hans Dockter | 
| Resolution: | Fixed | Votes: | 0 | 
| Description | 
| 
 The following happens when the destinationDir is changed: subprojects { This causes the libs task to output all my subprojects generated jars in a single directory of my choice, which was what I intended. What I didn't intend was the following: missing artifact com.bla#bla-interface;1.0!bla-interface.jar:  |