-
Notifications
You must be signed in to change notification settings - Fork 521
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
Move project off of jcenter #2923
Comments
Per google/flexbox-layout#566 (comment) flexbox layout is now available on Google's Maven repository, so we should be able to migrate over to it. |
… pull from Google's Maven repository instead of JCenter/bintray (#3249) * Update versions.bzl Update flexbox to use the Google Maven dependency instead of JCenter. * Update build.gradle Update flexbox layout dependency to use Google Maven instead of JCenter. * Update versions.bzl FIx linter error. * Update BUILD.bazel Fix flexbox dependency reference since it's been updated.
Another issue: https://github.com/sparrow007/CircularImageview is only available on jcenter. It looks like the dependency isn't really managed anymore, so I filed an issue #3258 to move to something that's maintained. We'll need to create a fork of the dependency and use jitpack to avoid jcenter. That being said, Bazel builds without jcenter which is a bit confusing to me. |
Ah. Bazel builds because we already have a fork of the circular image view repo to support Bazel builds: https://github.com/oppia/CircularImageview. |
See https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/. JCenter is turning down over the next 12 months. Most, if not all, of our packages should be available on other Maven repositories. This issue is tracking updating both Gradle & Bazel to:
The text was updated successfully, but these errors were encountered: