-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
Thanks! Created this |
Hey, what's the status here? The plugin seems to be available still only at JCenter. Thanks! |
Any update on this? We are moving away from JCenter but this is a blocker. |
I will publish a new release soon. |
Any update for this? |
there is a bintray kotlinx sub-dependency that is failing to resolve now |
Any updates on this? It cannot be found on
|
We are now experiencing this as well (started this AM). Same error as above, but with:
|
I managed to resolve the plugin OK (tested with 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. |
I have this working here: https://github.com/jaredsburrows/android-gif-example without |
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?
The text was updated successfully, but these errors were encountered: