未能应用插件[id';net.corda.plugins.cordformation';]

未能应用插件[id';net.corda.plugins.cordformation';],corda,Corda,我尝试将应用程序从2.0版迁移到3.0版,但出现此错误 FAILURE: Build failed with an exception. 其中: 构建文件“/home/atul/Documents/mg/IdeaProjects/yo cordapp/Build.gradle”行:36 出了什么问题: 评估根项目“yo”时出现问题 未能应用插件[id'net.corda.plugins.cordformation'] 无法创建类型为“Cordformation”的插件。 无法初始化类net.

我尝试将应用程序从2.0版迁移到3.0版,但出现此错误

FAILURE: Build failed with an exception.
  • 其中: 构建文件“/home/atul/Documents/mg/IdeaProjects/yo cordapp/Build.gradle”行:36

  • 出了什么问题: 评估根项目“yo”时出现问题

    未能应用插件[id'net.corda.plugins.cordformation'] 无法创建类型为“Cordformation”的插件。 无法初始化类net.corda.plugins.Cordformation

  • 尝试: 使用--stacktrace选项运行以获取堆栈跟踪。使用--debug选项运行以获得更多日志输出

构建失败

总时间:0.513秒 已停止0个工作进程守护程序。 接收到的结果失败[value=org.gradle.initialization.ReportedException:org.gradle.internal.exceptions.LocationAwareException:Build file'/home/atul/Documents/mg/IdeaProjects/yo cordapp/Build.gradle'行:36 从守护程序DaemonInfo{pid=1439,地址=[1bb69a7c-e166-4da4-be23-025402c62d96端口:36544,地址:[/0:0:0:0:0:1,/127.0.0.1]],状态=空闲,lastBusy=1527564107106,上下文=DefaultDaemonContext评估根项目“yo.”时出现问题[uid=dbe9d9f3-b86b-448f-8d35-648c4aad50fd,javaHome=/usr/lib/jvm/java-8-oracle,daemonRegistryDir=/root/.gradle/daemon,pid=1439,idleTimeout=10800000,daemonots=-XX:MaxPermSize=256m,-:-heapdumponautofmemoryError,--Xmx1024m,--Dfile.encoding=UTF-8,--Duser.country=IN,--Duser.language=en},--Duser.variant](应该完成构建)

为什么我会犯这个错误


[PS:我知道此迁移已经完成,但我尝试时遇到此错误。]

您需要应用新的
cordapp
插件。请参阅