Hello Jas,
Based on your suggestion I have moved the thread here:
http://forums.gradle.org/gradle/topics/howto_change_transitive_dependency_into_project_dependency?rfm=1

The point is that "sub-project" and its transitive dependency
"sub-sub-project" are both located in a Maven repo.
Now a developer has "project" (which has a dependency on "sub-project") and
"sub-sub-project" checked out on his local disc.

When he builds "project" gradle shall not resolve "sub-sub-project" from the
maven repo but instead resolve it to the "sub-sub-project" on the local disk
(i.e. a project dependency).

If you now run "gradle eclipse" you will have a multi-project structure that
allows you to efficiently refactor in both "project" and "sub-sub-project".




--
View this message in context: 
http://gradle.1045684.n5.nabble.com/howto-change-transitive-dependency-into-project-dependency-tp5711930p5711937.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


Reply via email to