Where can I set proxy for SBT in Intellij IDEA?

前端 未结 6 537
深忆病人
深忆病人 2021-01-30 17:19

I am using Intellij IDEA 14.1.3 edition and have installed Scala plugin. When creating SBT project, it reports the following error:

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-30 18:08

    If you are running a sbt-based scala project you may need to add the proxy in the run configuration of the project: Run -> Edit configurations...->->VM parameters

提交回复
热议问题