hyperledger-labs / cordentity

The Cordentity app integrates Indy capabilities into the Corda platform.
Apache License 2.0
31 stars 19 forks source link

Cannot download indy 1.7.0 #9

Closed noah4477 closed 5 years ago

noah4477 commented 5 years ago

When running ./gradlew build gradlew is unable to resolve the dependency for indy

Actual Behavior

FAILURE: Build failed with an exception.

What went wrong:

Could not resolve all files for configuration ':cordentity-indy-utils:compileClasspath'.
 Could not find org.hyperledger:indy:1.7.0.
  Searched in the following locations:
      file:/home/noahpell/.m2/repository/org/hyperledger/indy/1.7.0/indy-1.7.0.pom
      file:/home/noahpell/.m2/repository/org/hyperledger/indy/1.7.0/indy-1.7.0.jar
      https://repo1.maven.org/maven2/org/hyperledger/indy/1.7.0/indy-1.7.0.pom
      https://repo1.maven.org/maven2/org/hyperledger/indy/1.7.0/indy-1.7.0.jar
      https://jcenter.bintray.com/org/hyperledger/indy/1.7.0/indy-1.7.0.pom
      https://jcenter.bintray.com/org/hyperledger/indy/1.7.0/indy-1.7.0.jar
      https://jitpack.io/org/hyperledger/indy/1.7.0/indy-1.7.0.pom
      https://jitpack.io/org/hyperledger/indy/1.7.0/indy-1.7.0.jar
      https://ci-artifactory.corda.r3cev.com/artifactory/corda-releases/org/hyperledger/indy/1.7.0/indy-1.7.0.pom
      https://ci-artifactory.corda.r3cev.com/artifactory/corda-releases/org/hyperledger/indy/1.7.0/indy-1.7.0.jar
  Required by:
      project :cordentity-indy-utils 

When run with maven { url 'https://repo.evernym.com/artifactory/libindy-maven-local' } This is produced showing that it is also not in this repo

Could not resolve org.hyperledger:indy:1.7.0.
  Required by:
      project :cordentity-indy-utils
    Could not resolve org.hyperledger:indy:1.7.0.
       Could not get resource 'https://repo.evernym.com/artifactory/libindy-maven-local/org/hyperledger/indy/1.7.0/indy-1.7.0.pom'.
          Could not GET 'https://repo.evernym.com/artifactory/libindy-maven-local/org/hyperledger/indy/1.7.0/indy-1.7.0.pom'. Received status code 502 from server: Bad Gateway

Steps to Reproduce

  1. Comment out maven { url 'https://repo.evernym.com/artifactory/libindy-maven-local' } in order to see that none of the repos have it
  2. ./gradlew build

Your Environment

runiner commented 5 years ago

Hi @noah4477 , it was the issue with repo.evernym.com web site and now it is resolved

thackerronak commented 5 years ago

@noah4477 I'm still facing this issue.