Open mahdi-malv opened 5 years ago
Hi @mahdi-malv
Unfortunately there is no such feature in the jar resolver. As you mention though, you can accomplish something like this using the mainTemplate.gradle, if need be.
I believe this would be a great addition to the jar-resolver
Hi. In Gradle, there's an option to exclude a library from one's dependencies to avoid it from being added. Like:
So when I want to add another library that is a custom version of
rxjava
, there won't be any duplicate entry error.Is there any feature in jar resolver?
p.s. If I use
mainTemplate.gradle
, I can do this manually, but if I don't, I can't.