migrated from gradle 1.9 to 2.0, and since than i see that the build is failing to get dependency from private remote maven repo and i also added second repository for the mavencentral (which i used for the public items). My dependency is for a jar that doesn’t have POM.
With 1.9 it correctly identify the remote file and download it with 2.0 it looks like its checking if there is a POM and than fallback and try to get the jar from the mavenCentral
I couldn’t understand why
Appreciate help