【发布时间】:2019-11-25 14:02:47
【问题描述】:
我正在尝试安装/构建/运行 r3corda cordapp-example 项目。我正在关注https://docs.corda.net/getting-set-up.html 和https://docs.corda.net/tutorial-cordapp.html#downloading-the-example-cordapp,但构建失败并显示上述消息。 我注意到 git-clone gradle build 尝试安装 gradle 版本 5.1.4。而文档声明它仅适用于版本 4.10。所以我都试过了,手动安装4.10。但也尝试使用 5.1.4。两者都失败了。 完整消息是: FAILURE:构建失败并出现异常。
在哪里: 构建文件 'C:\Users\marc\r3corda\samples\cordapp-example\clients\build.gradle' 行:6
-
出了什么问题: 应用插件请求时发生异常 [id: 'net.corda.plugins.quasar-utils']
无法应用插件 [id 'net.corda.plugins.quasar-utils'] 无法创建 net.corda.plugins.QuasarExtension_Decorated 类型的实例。 方法没有签名:org.gradle.api.internal.provider.DefaultPropertyState.convention() 适用于参数类型:(java.lang.String) 值:[co.paralleluniverse]
我也尝试过使用 IntelliJ IDE,但也没有用。
非常感谢您提供解决此问题的提示和想法。
【问题讨论】:
标签: corda