JakeWharton / sdk-manager-plugin

DEPRECATED Gradle plugin which downloads and manages your Android SDK.
Apache License 2.0
1.41k stars 142 forks source link

Use jcenter. #96

Closed plastiv closed 8 years ago

JakeWharton commented 8 years ago

Why?

xorgate commented 8 years ago

I would think this has to do with google appointing jcenter as the 'official' repo for android

JakeWharton commented 8 years ago

All of the artifacts are in Maven Central as well.

On Fri, Nov 13, 2015 at 11:43 AM xorgate notifications@github.com wrote:

I would think this has to do with google appointing jcenter as the 'official' repo for android

— Reply to this email directly or view it on GitHub https://github.com/JakeWharton/sdk-manager-plugin/pull/96#issuecomment-156483524 .

plastiv commented 8 years ago

org.gradle.api.plugins:gradle-nexus-plugin:0.7.1 is not available at mavenCentral, I guess that is why jcenter is added already https://github.com/JakeWharton/sdk-manager-plugin/blob/master/build.gradle#L3

But latest version com.bmuschko:gradle-nexus-plugin:2.3.1 is present at mavenCentral. so that is not an issue.

I wanted to keep single repository reference to avoid confusion, but it provoked more discussion then benefit :)