# 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

相关文章:

  • 2021-05-18
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-12-15
猜你喜欢
  • 2021-10-11
  • 2022-12-23
  • 2021-04-18
  • 2021-07-20
  • 2021-12-17
  • 2022-12-23
  • 2021-12-27
相关资源
相似解决方案