frankiesardo / auto-parcel

Android Parcelable models made easy
Eclipse Public License 1.0
1.37k stars 83 forks source link

jcenter? #42

Closed chrisjenx closed 7 years ago

chrisjenx commented 8 years ago

Hey, is there anything wrong with jcenter? I really don't want to be adding yet another repos to my build...

frankiesardo commented 8 years ago

I have reasons to use clojars, mainly to tap into clojure libraries that I can depend on instead of copy/pasting code. What's yours for not using a one-liner in your build.gradle?

chrisjenx commented 8 years ago

Oh I already have 5 different servers to resolve dependencies, it's getting a little out of hand. adds to build times when resolving dependencies. Maybe I should raise the issue with jcenter to mirror clojars?

On Fri, 15 Apr 2016 at 16:30 Frankie Sardo notifications@github.com wrote:

I have reasons to use clojars, mainly to tap into clojure libraries that I can depend on instead of copy/pasting code. What's yours for not using a one-liner in your build.gradle?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/frankiesardo/auto-parcel/issues/42#issuecomment-210507256

frankiesardo commented 8 years ago

I think you're fighting a battle not worth fighting. How much does it take to resolve one more domain? Milliseconds? And once it's downloaded in your .m2 folder you don't even have to resolve it again.