[GRADLE-2269] "gradle dependencies" does not show file dependencies Created: 02/May/12 Updated: 16/Jan/17 Resolved: 16/Jan/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-rc-3 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Mauro Molinari | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 1 |
Description |
Consider the following build script: apply plugin: 'java' dependencies { compile files('commons-logging-1.1.jar') }Then, try to invoke "gradle dependencies". You'll see that the compile file dependency is not shown. |
Comments |
Comment by Nathan Williams [ 02/Nov/16 ] |
This is still an issue in 3.1 and hugely confusing if you're not expecting it. It may impact what IDEs are able to present as well. For example, IDEA correctly detects files dependencies if you drill down into the module detail, but the External Libraries tree at the bottom of the Project sidebar only shows the downloaded dependencies. |
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 Mauro Molinari [ 15/Nov/16 ] |
As reported by Nathan Williams few days ago, this seems to be still an issue in recent Gradle. |
Comment by Benjamin Muschko [ 16/Jan/17 ] |
I created an issue on GitHub for further tracking: https://github.com/gradle/gradle/issues/1184 |