Scala

scala sbt使用阿里云的maven repository

2017-12-24  本文已影响1418人  天玑云象

在中国,sbt访问maven-central很慢,可以改用阿里云的maven repository,或者jcenter作为备选

.sbt目录下,新建或修改repositories文件

[repositories]
local
aliyun: http://maven.aliyun.com/nexus/content/groups/public
jcenter: http://jcenter.bintray.com
typesafe: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
上一篇 下一篇

猜你喜欢

热点阅读