corda / samples

This repository has been deprecated. Please use the links in the README to access the new repositories.
98 stars 150 forks source link

Building the pigtail example cordapp #52

Open VladislavIvanov opened 5 years ago

VladislavIvanov commented 5 years ago

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)

Any idea why this error occurs?

Thanks!