【发布时间】:2023-03-14 06:34:01
【问题描述】:
现在 Corda 财务 jar 已拆分为 corda-finance-contracts 和 corda-finance-workflows,如何使用 build.gradle 中的 deployNodes 任务将 corda-finance-currencies 添加到 CorDapp?
现在我在尝试部署时收到以下错误消息:
Attempted to find dependent attachment for class net/corda/finance/Currencies, but could not find a suitable candidate.
【问题讨论】:
标签: gradle dependencies build.gradle corda