Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jcenter/Bintray are shutting off on May 1st 2021 #146

Closed
iliaskomp opened this issue Feb 10, 2021 · 10 comments
Closed

Jcenter/Bintray are shutting off on May 1st 2021 #146

iliaskomp opened this issue Feb 10, 2021 · 10 comments

Comments

@iliaskomp
Copy link

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

According to the README.md of this project the jcenter repository is needed.

Are there any plans to migrate to an alternative repository?

@jaredsburrows
Copy link
Owner

Thanks! Created this

https://issues.sonatype.org/browse/OSSRH-64436

@sergeys-opera
Copy link
Contributor

Hey, what's the status here? The plugin seems to be available still only at JCenter. Thanks!

@huahouzwift
Copy link

Any update on this? We are moving away from JCenter but this is a blocker.

@jaredsburrows
Copy link
Owner

I will publish a new release soon.

@fabian-kotschenreuther
Copy link

Any update for this?

@hamishmaclean
Copy link

there is a bintray kotlinx sub-dependency that is failing to resolve now

@smohammad
Copy link

smohammad commented Jan 12, 2022

Any updates on this? It cannot be found on mavenCentral(), although the README seems to say it should be.

   > Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.jaredsburrows:gradle-license-plugin:0.8.90.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/jaredsburrows/gradle-license-plugin/0.8.90/gradle-license-plugin-0.8.90.pom
       - https://repo.maven.apache.org/maven2/com/jaredsburrows/gradle-license-plugin/0.8.90/gradle-license-plugin-0.8.90.pom

@josephyanks
Copy link

We are now experiencing this as well (started this AM). Same error as above, but with:

> Could not resolve all artifacts for configuration ':classpath'.
> Could not resolve com.jaredsburrows:gradle-license-plugin:0.8.90.
      Required by:
          project :
       > Could not resolve com.jaredsburrows:gradle-license-plugin:0.8.90.
          > Could not get resource 'https://plugins.gradle.org/m2/com/jaredsburrows/gradle-license-plugin/0.8.90/gradle-license-plugin-0.8.90.module'.
             > Could not GET 'https://jcenter.bintray.com/com/jaredsburrows/gradle-license-plugin/0.8.90/gradle-license-plugin-0.8.90.module'. Received status code 502 from server: Bad Gateway

@0xGuybrush
Copy link

I managed to resolve the plugin OK (tested with ./gradlew clean assembleDebug --no-build-cache --refresh-dependencies, working fine) by adding the Gradle.org plugins repo to my buildscript repositories in app/build.gradle:

buildscript {
    repositories {
        google()
        maven { url 'https://plugins.gradle.org/m2' }
    }

    dependencies {
        classpath 'com.jaredsburrows:gradle-license-plugin:0.8.90'
        // ... more plugins here
    }
}

Just mentioning in case it's of use to some of ye.

@jaredsburrows
Copy link
Owner

I have this working here: https://github.com/jaredsburrows/android-gif-example without jcenter().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants