FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':test'.
> Could not resolve all dependencies for configuration ':testRuntimeClasspath'.
> Cannot find builtin plugin JavaScript for IDE: .../.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIU/LATEST-EAP-SNAPSHOT/9edff542761a100e86bf07ace3136a120f405e5b/ideaIU-LATEST-EAP-SNAPSHOT
运行 runide:
Could not determine the dependencies of task ':prepareSandbox'.
> Cannot find builtin plugin JavaScript for IDE ...
运行 test:
运行 runide:
根据 intellij 官网此贴提到:
将 gradle.properties 中
platformVersion=LATEST-EAP-SNAPSHOT
改回:test 和 runide 都可以正常运行。
不确定如何处理,也许还是用一个特定版本(隔段时间更新)省得最新 snapshot 里有这那的问题?