IntelliJ Cannot Import sbt Project

前端 未结 14 1922
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-29 23:50

    Custom SBT version works for me.

    IntelliJ IDEA Preferences -> Build,Execution,Deployment -> Build Tools -> sbt -> Launcher

    Choose Custom

    custom sbt screenshot

提交回复
热议问题