【发布时间】:2019-01-25 14:05:50
【问题描述】:
在 Intellij 中刷新 sbt 项目时出现这些异常:
我删除了.intellij 文件夹但没有成功。
无论如何,到目前为止,似乎一切都按预期进行。
这是整个项目:https://github.com/pme123/play-binding-form
在 Justin Kaeser 发表评论后,我安装了 2018.2,现在 Intellij 可以工作了,但现在我在 `sbt shell 中看到了异常:
[info] Reapplying settings...
[info] Set current project to formRoot (in build file:/Users/mpa/dev/Github/pme123/play-binding-form/)
[error] a required artifact is not listed by module descriptor: *#*!*.*
[error] a required artifact is not listed by module descriptor: *#*!*.*
[error] a required artifact is not listed by module descriptor: *#*!*.*
...
【问题讨论】:
-
嗨@pme,您能否在github上提供您的项目,或者至少提供一个解决此问题的最小工作示例。
-
我将项目添加到问题中 - 感谢您查看。
-
嗨@pme 欢迎您。
标签: scala intellij-idea sbt