hi there,
In a multiproject build I'm actually setting a global junit dependency via

-----
subprojects{
   dependencies{
      testCompile "junit:junit:4.7"
   }
}
-----

if one subproject now needs the latest junit release, is there a way to
override the dependency above? if I add testCompile "junit:junit:4.8.2" I
have both jars in my classpath. is there an easy solution for this?

regards,
René


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to