I am trying to build the pigtail example cordaap with the ./gradlew deployNodes command.
The execution fails with the following error:
* What went wrong:
Could not resolve all files for configuration ':cordapp:compileClasspath'.
> Could not resolve io.bluebank.braid:braid-corda:3.1.3.
Required by:
project :cordapp
> Could not resolve io.bluebank.braid:braid-corda:3.1.3.
> Could not get resource 'http://bluebank-nexus.uksouth.cloudapp.azure.com/repository/maven-public/io/bluebank/braid/braid-corda/3.1.3/braid-corda-3.1.3.pom'.
> Could not GET 'http://bluebank-nexus.uksouth.cloudapp.azure.com/repository/maven-public/io/bluebank/braid/braid-corda/3.1.3/braid-corda-3.1.3.pom'.
> Permission denied (connect failed)
I am trying to build the pigtail example cordaap with the
./gradlew deployNodes
command.The execution fails with the following error:
Any idea why this error occurs?
Thanks!