When defining file dependencies like
dependencies {
compile files("a.jar", "b.jar")
}
when calling
gradle dependencies
these dependencies are not shown.
Is there a reason why they are not shown?
When defining file dependencies like
dependencies {
compile files("a.jar", "b.jar")
}
when calling
gradle dependencies
these dependencies are not shown.
Is there a reason why they are not shown?
I asked the same question a while ago: http://forums.gradle.org/gradle/topics/dependency_report_for_file_dependency
It’s a known limitation, and will get fixed once we get to it.
Ok thx for mentioning. I will watch GRADLE-1332