[GRADLE-3362] Missing artifacts for project dependency when `archiveName` is used Created: 15/Nov/15 Updated: 15/Nov/15 Resolved: 15/Nov/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.5, 2.6, 2.7, 2.8, 2.9 |
Fix Version/s: | 2.10-rc-1 |
Type: | Bug | ||
Reporter: | Daz DeBoer | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
When a project defines multiple artifacts for a configuration, and uses the `archiveName` for these artifacts, then a project dependency referencing this configuration will not include all of the artifacts. Reproducible test case: https://github.com/bigdaz/GRADLE-3362 |