corda / cordapp-template-java

A Java CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
82 stars 127 forks source link

Cordapp net.corda:corda-finance-contracts:4.1-RC01 not found in cordapps configuration. #45

Open saikasthuri opened 5 years ago

saikasthuri commented 5 years ago

Cleared all the compilation errors and now am stuck with the following errors when using both 4.0 and 4.1.RC01 as corda release version in the build.gradle file. Can someone please help?

Cordapp net.corda:corda-finance-contracts:4.1-RC01 not found in cordapps configuration

Cordapp net.corda:corda-finance-contracts:4.0 not found in cordapps configuration

elmodeer commented 5 years ago

i have the same issue, have you found any solution yet?

arara-mizoguchi commented 5 years ago

I have the same problem, have you already found a solution?

elmodeer commented 5 years ago

i solved it by using the solution they have on gitHub as a template to start my work. you can try that.

trinamae12 commented 5 years ago

can you give the link of that template from github?

adrian727 commented 4 years ago

I have the same problem, seems still not fixed yet

aaltenbernd commented 4 years ago

Still:

Execution failed for task ':deployNodes'.

Cordapp net.corda:corda-finance-contracts:4.3 not found in cordapps configuration.

faigyLang commented 4 years ago

I am facing the same issue, using the template deployNodes from here:

Execution failed for task ':deployNodes'. Cordapp net.corda:corda-finance:4.6 not found in cordapps configuration.

Any solution for this?