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

[RunAllTests] Fix #2923: Remove direct bintray/jcenter dependence #3259

Merged
merged 2 commits into from
May 28, 2021

Conversation

BenHenning
Copy link
Sponsor Member

Fix #2923

Explanation

This PR removes dependence on JCenter/Bintray given the service is now frozen & can no longer receive updated dependencies (and will likely be turned down at some point). This required effectively no work on the Bazel side since it seems Bazel builds already didn't depend on JCenter as of #3249.

Our CircularImageview dependency was the only one exclusively available on JCenter, but we fortunately already had an Oppia-specific fork of it that, with a few updates, became jitpack compatible. Interestingly, we also had a bunch of other dependencies coming from JCenter that could easily be replaced with Maven Central. This will likely improve build reliability since JCenter has had some service issues over the past few months.

@BenHenning BenHenning enabled auto-merge (squash) May 27, 2021 21:10
@BenHenning BenHenning changed the title Fix #2923: Remove direct bintray/jcenter dependence [RunAllTests] Fix #2923: Remove direct bintray/jcenter dependence May 27, 2021
@BenHenning
Copy link
Sponsor Member Author

Needed to retrigger the build since it was hanging on identifying Bazel targets again.

The re-run requires a second re-run of Gradle tests since it hit a known Gradle test flake.

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@rt4914 rt4914 removed their assignment May 28, 2021
Copy link
Contributor

@fsharpasharp fsharpasharp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@BenHenning BenHenning merged commit 9cc4dae into develop May 28, 2021
@BenHenning BenHenning deleted the remove-jcenter-bintray-dependency branch May 28, 2021 07:47
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

Successfully merging this pull request may close these issues.

Move project off of jcenter
3 participants