hashgraph / corda-notary-hedera

Apache License 2.0
11 stars 5 forks source link

obligation-cordapp build fails with error #7

Open gregscullard opened 4 years ago

gregscullard commented 4 years ago

Reported from Discord

-in the build.gradle file of obligation-cordapp ' compile "com.hedera.hashgraph:corda-hcs-notary:0.0.1" ' this keep on showing error

abonander commented 4 years ago

@gregscullard any more detail in the error message?

rafsalrahim commented 4 years ago

Forget the exact error but i think that ' compile "com.hedera.hashgraph:corda-hcs-notary:0.0.1" ' was not accesable. But when i commented the above compile and replaced it with compile("com.hedera.hashgraph:sdk:1.1.1") { exclude group: 'io.github.novacrypto' } it was working fine.