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

Remove JCenter dependencies from build #5496

Closed
cd2357 opened this issue May 16, 2021 · 0 comments · Fixed by #5497
Closed

Remove JCenter dependencies from build #5496

cd2357 opened this issue May 16, 2021 · 0 comments · Fixed by #5497
Labels

Comments

@cd2357
Copy link
Contributor

cd2357 commented May 16, 2021

JCenter is shutting down services this year. They will continue to serve packages until February 1st 2022.

Bisq currently relies on jcenter in the build process:

bisq/build.gradle

Lines 2 to 4 in e375e9a

repositories {
jcenter()
}

Therefore, remove the dependency on jcenter and use another repository instead.

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

Successfully merging a pull request may close this issue.

1 participant