Using different repositories for different libs

Hey,
I have two repositories, for example myRepo.com and myRepo2.com . All my artifacts are in both repos, but for some reasons, i want to some of them to be downloaded from first repo, and another from second (for example myLib should be downloaded from myRepo and myLib2 from myRepo2). Is it possible?
I’m using gradle 2.2.
thanks in advance!

As explained in your stov thread at http://stackoverflow.com/questions/34719273/using-different-repositories-for-different-libs-in-gradle this not possible with gradle at the moment.

1 Like