unity-jar-resolver icon indicating copy to clipboard operation
unity-jar-resolver copied to clipboard

Exclude transitive dependencies

Open kjakm opened this issue 6 years ago • 2 comments

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 avatar Aug 16 '19 14:08 kjakm

@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

stewartmiles avatar Aug 16 '19 15:08 stewartmiles

Thanks for confirmation @stewartmiles. I'll look into it.

kjakm avatar Aug 16 '19 17:08 kjakm