sample-project-gradle icon indicating copy to clipboard operation
sample-project-gradle copied to clipboard

Could not resolve org.ethereum:solcJ-all:0.4.25.

Open jt4n opened this issue 3 years ago • 3 comments

Hi, I met an error at loading Gradle changes, and I didn't modify any of the code.

` A problem occurred configuring root project 'sample-project-gradle'.

Failed to notify project evaluation listener. Could not resolve all files for configuration ':compileClasspath'. > Could not resolve org.ethereum:solcJ-all:0.4.25. Required by: project : > Could not resolve org.ethereum:solcJ-all:0.4.25. > Could not get resource 'https://dl.bintray.com/ethereum/maven/org/ethereum/solcJ-all/0.4.25/solcJ-all-0.4.25.pom'. > Could not GET 'https://dl.bintray.com/ethereum/maven/org/ethereum/solcJ-all/0.4.25/solcJ-all-0.4.25.pom'. Received status code 403 from server: Forbidden Task with name 'compileSolidity' not found in root project 'sample-project-gradle'.

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. `

jt4n avatar May 22 '21 09:05 jt4n

Any progress on this issue?

amarinkovic avatar Mar 16 '22 20:03 amarinkovic

@amarinkovic Update org.web3j version to 4.9.2. Maybe It will work.

alterlife1 avatar Jun 22 '22 08:06 alterlife1

Thanks @alterlife1, I tried to update the build.gradle configuration file web3j version update to 4.9.x,it work image

lucasmen9527 avatar Oct 19 '22 11:10 lucasmen9527