cuba-platform / cuba-sdk

Software development kit for CUBA Platform
Apache License 2.0
4 stars 3 forks source link

Resolve transitive dependencies properly #96 #97

Closed artemy63 closed 2 years ago

artemy63 commented 2 years ago

In case transitive dependency has been relocated to another package it can be missed in list of resolved. This fix assumes aggregation of all not resolved dependencies via "resolve" task and try to resolve it anyway.

See #96 for more information