IntelliJ Cannot Import sbt Project

前端 未结 14 1901
Happy的楠姐
Happy的楠姐 2021-01-29 23:14

I have upgraded IntelliJ to version CE 2017.3 from a CE 2017.2.5, and now I cannot build my sbt project. The build gets stuck on the first step:

\"Build: sync
           


        
相关标签:
14条回答
  • 2021-01-30 00:10

    I meet the same problem! I delete the directory ~/.sbt/0.13, then it works. You can delete the sbt directory you used.

    0 讨论(0)
  • 2021-01-30 00:10

    I hit similar issue but found it's related to waiting for locks

    • ~/.sbt/tool/sbt.boot.lock
    • ~/.ivy2/.sbt.ivy.lock

    Maybe if killing IntelliJ IDEA and no one will release the lock files, the issue is resolved after deleting locks files manually

    0 讨论(0)
提交回复
热议问题