Hey,
>In this second project, if I run "gradle dependencyReport", all of the
>hadoop-core dependencies have been added to the testCompile configuration.
They shouldn't. Given dependency A->B->C; C is {transitive = false} then C
should be transitive for both: A and B. Makes sense? :)
You may try:
- run gradle dependencies instead of dependencyReport to make sure it isn't
the plugin's problem
- narrow down the problem somehow, review the build configurations, etc. I
think there's something misconfigured in your builds.
Hope that helps!
Szczepan
On Tue, Mar 1, 2011 at 10:34 AM, bryan <[email protected]> wrote:
> Actually, after investigating further, I think this might have to do with
> my
> project setup.
>
> Is the expected behavior that if you declare a dependency as
> transitive=false, then the transitive dependencies will never be referenced
> anywhere?
>
> --
> View this message in context:
> http://gradle.1045684.n5.nabble.com/Transitive-false-still-references-transitive-dependencies-tp3404629p3404654.html
> Sent from the gradle-user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>