Hi anyone,
we have a special versioning scheme (for ivy and maven) and I want to write some unittests if dependencies are resolved in the right way. Can you tell me any gradle classes (perhaps api), which I could use?
Thanks in advance Cheers Markus
OK, for all of you, who have the same needs:
org.gradle.api.internal.artifacts.ivyservice.ivyresolve.strategy.DefaultVersionComparator
worked for me. Is internal, but I only use it in unittest - so for me it its OK
Cheers Markus