-
Notifications
You must be signed in to change notification settings - Fork 83
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
Build Error #87
Comments
Facing the same issue. |
Same issue here. |
Issue is with download of release.json in ~/.web3j/solc/ which is failing. If you are using maven for build then below is a workaround. We had a copy of that file on a developer's machine so we added it to our source code repo and update maven pom with below code to copy to above location. This has unblocked our CI build pipelines and other developers who did not have release.json file. NOTE copy the plugin before web3j-maven-plugin and release.json file should be same location as pom.xml
|
Works perfekt! If someone is missing the releases.json, i uploaded my version to pastebin https://pastebin.com/50QCdUNQ |
We are using web3j since quite some time now, but since today somewhat around noon, the build fails because your internal service that holds the solidity versions is down. How long do you expect that this will last?
The text was updated successfully, but these errors were encountered: