Ones I add the dependency, and I run my 'gradle clean deployNodes' I get
Exception while signing smart-guarantee-0.1.jar, ensure the 'cordapp.signing.options' entry contains correct keyStore configuration, or disable signing by 'cordapp.signing.enabled false'. Run with --info or --debug option and search for 'ant:signjar' in log output.
and when I run 'gradle clean deployNodes -Dsigning.enabled=false', the error becomes:
Execution failed for task ':deployNodes'.
> jarsigner returned: 1
The actual thing I am doing is I have a method to upload file to azure blob storage which works as a separate project with the "com.microsoft.azure:azure-storage-blob:11.0.0" dependency, but ones I add the working project as a library to my corda project, then then I get a "
java.lang.NoClassDefFoundError
" on the dependency classes so it does not work. Now I want to do the implementation inside my cordapp project itself and them the dependency error arises
Please someone should help attend to this as a matter of urgency.
Help!!!!!!!!