關於IDEA新建工程後dump project structure from sbt

xuanwenchao發表於2019-08-20

修改idea的sbt的源

1. 命令列新建檔案

vi ~/.sbt/repositories 

檔案內容如下:

[repositories]
local
aliyun: http://maven.aliyun.com/nexus/content/groups/public
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
sonatype-oss-releases
maven-central
sonatype-oss-snapshots

2. 修改idea啟動配置

啟動IDEA後點選左上角的Intellij IDEA->Preferences,選擇BuildTool下的sbt,修改VM parametes為如下內容:

-Dsbt.override.build.repos=true
-Dsbt.repository.config=~/.sbt/repositories

在這裡插入圖片描述

相關文章