[GRADLE-678] Project dependencies don't work unless BasePlugin has been applied to target project Created: 04/Oct/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.8 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
This is because Configuration.buildDependencies includes the uploadNnnInternal task of the target configuration, and this task is added by the BasePlugin |