ysb33r / ivypot-gradle-plugin

Ivypot is a Gradle plugin to help managing a local off-line repository for builds in restricted environments
Apache License 2.0
45 stars 14 forks source link

Support Google repositories #22

Closed ysb33r closed 6 years ago

omarbelkhodja commented 6 years ago

I'm interested by a solution for this issue...

winterDroid commented 6 years ago

Me too

ysb33r commented 6 years ago

Does anyone know how Google repositories are handled by Ivy? Knowing this will simplify implementing a solution.

ysb33r commented 6 years ago

By looking at the Gradle code, it looks like just creating another Maven repo with URL https://dl.google.com/dl/android/maven2/

ysb33r commented 6 years ago

@omarbelkhodja @winterDroid I just released 0.7 with support for Google repositories. I hope it works for you.