unity-jar-resolver
unity-jar-resolver copied to clipboard
Exclude transitive dependencies
I am including a dependency in my project and some of its dependencies are causing conflicts. I am using the non-XML method for resolving. Is there a way to "exclude group:" for a specific dependency? I've looked thoroughly and can't find anything.
@kjakm exclude group isn't supported at the moment. We're happy to take well tested pull requests though. I guess this would need to be plumbed through the xml parser and into both the artifact download script and the mainTemplate.gradle patcher
Thanks for confirmation @stewartmiles. I'll look into it.