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

web3sdk2.6.3的依赖包solcJ-all-0.4.25.jar下载失败,报错403,请问应该怎么去解决? #746

Open
Howard-Hu opened this issue Jun 16, 2021 · 1 comment

Comments

@Howard-Hu
Copy link

Gradle引入web3skd:2.6.3时,solcJ-all-0.4.25下载失败
image

@ywy2090
Copy link
Collaborator

ywy2090 commented Nov 23, 2021

第一种方法:
升级web3sdk升级至2.6.4版本

第二种办法:
排除该依赖
compile ('org.fisco-bcos:web3sdk:2.6.3') {
exclude group: 'org.ethereum', module: 'solcJ-all'
}

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

2 participants