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

Accessing the Bintary repositories is forbidden #1478

Open
yahyalmh opened this issue Aug 20, 2021 · 6 comments
Open

Accessing the Bintary repositories is forbidden #1478

yahyalmh opened this issue Aug 20, 2021 · 6 comments

Comments

@yahyalmh
Copy link

yahyalmh commented Aug 20, 2021

I am trying to build this project, but accessing some repositories is forbidden. I struggle with this problem for one week, and I could not solve it. How can I solve this dependency? Would you please help me?

Could not GET 'https://dl.bintray.com/asf/asf/com/asfoundation/appcoins-contract-proxy/0.4.5.19b/appcoins-contract-proxy-0.4.5.19b.pom'. Received status code 403 from server: Forbidden

@yahyalmh
Copy link
Author

I asked in the StackOverflow, and it seems the Bintary is shut down now. Is it correct?
https://stackoverflow.com/questions/68865435/access-bintary-repos-is-forbidden

@yahyalmh yahyalmh changed the title Access to some repositories is forbidden Accessing the Bintary repositories is forbidden Aug 21, 2021
@yahyalmh
Copy link
Author

Based on this link, I think they shut down the Bintary.
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@andrewschmidt-a
Copy link

I am also having these same issues! How does the team build this project with that service sunsetted?

@yahyalmh
Copy link
Author

Those dependencies are also for themselves and I guess they build all of them together or they may have them in .grade file before the Bintary goes down. We can build them one by one as they are on GitHub but it takes time.

@andrewschmidt-a
Copy link

Any update on this? It really impedes any 3rd party work with this repo.

@jdandrade
Copy link
Contributor

You can remove this dependency:
implementation("com.asfoundation:appcoins-contract-proxy:${APPC_CONTRACT_PROXY_VERSION}")
and also:
maven { url "https://dl.bintray.com/asf/asf" }

Just fix the project returning Single.just("") on the build errors. Only the donation will not work inside Aptoide.

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

3 participants