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
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
When running ./gradlew build gradlew is unable to resolve the dependency for indy
Actual Behavior
FAILURE: Build failed with an exception.
What went wrong:
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
Steps to Reproduce
Your Environment