Re: Install fabric-chaincode-java to raspberry 4 #fabric-chaincode #fabric-questions
Brett T Logan <development.brett@...>
I believe you need to add `mavenLocal()` to https://github.com/hyperledger/fabric-chaincode-java/blob/master/fabric-chaincode-protos/build.gradle#L13 like it is mentioned here: https://github.com/hyperledger/fabric-chaincode-java/blob/master/build.gradle#L23 The protos don't import your local maven repo. Brett On Mon, Mar 8, 2021 at 10:48 AM Nikos Karamolegkos <nkaram@...> wrote: Hello, I have built |
|