[GRADLE-3035] Confusing error messages regarding the configuration name when there is a version conflict Created: 25/Feb/14 Updated: 10/Feb/17 Resolved: 10/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Description |
Hi If I run 'gradle assemble' from the root of my multi-project build, I get this (which is okay): Could not resolve all dependencies for configuration ':edoras-commons-test:compile'.
I then run 'gr dependencyInsight --configuration :edoras-commons-test:compile --dependency org.hamcrest:hamcrest-core' and get the following message: Configuration with name ':edoras-commons-test:compile' not found. I'm confused: first, Gradle tells me there is a conflict in a given configuration, and then when I inspect that configuration, it tells me the configuration does not exist. Can anybody help me out? Thanks and regards, Etienne |
Comments |
Comment by Gradle Forums [ 25/Feb/14 ] |
You need to run `gradle :edoras-commons-test:dependencyInsight --configuration compile`, not `gradle dependencyInsight --configuration :edoras-commons-test:compile`. |
Comment by Gradle Forums [ 25/Feb/14 ] |
Ok Thanks, Peter. In this case, I propose to improve the error message 'Could not resolve all dependencies for configuration ':edoras-commons-test:compile'' to something like 'Could not resolve all dependencies for configuration 'compile' in module :edoras-commons-test' |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 10/Feb/17 ] |
Thanks again for reporting this issue. We haven't heard back from you after our inquiry from November 15th. We are closing this issue now. Please create an issue on GitHub if you still feel passionate about getting it resolved. |