I am curious if anyone has a work around for the ivy “all” conflict manager…
The main use-case is an upgrade from one library to another… jmock 1 to 2 or even Junit 3.X -> 4.X where BOTH jars can happily live on the classpath and allow for incremental migration of test cases
I have quite a bit of this in my codeline and have had a heck of a time working around it.
I tried to create and additional configuration
configurations.add(‘anotherTestCompile’)
But can’t seem to get it onto the java plugin testCompile classpath & testRuntime