sbt配置文件
Posted timlong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sbt配置文件相关的知识,希望对你有一定的参考价值。
# Set the java args to high
-Xmx512M
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=128m
# Set the extra SBT options
-Dsbt.log.format=true
-Dsbt.boot.directory=D:/sbt/boot/
-Dsbt.global.base=D:/sbt/.sbt
-Dsbt.ivy.home=D:/sbt/repository
-Dsbt.repository.config=C:/sbt/conf/repo.properties
[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
以上是关于sbt配置文件的主要内容,如果未能解决你的问题,请参考以下文章
如何为 sbt 测试指定 sbt 0.12.2 的配置文件?