码迷,mamicode.com
首页 > 其他好文 > 详细

sbt配置文件

时间:2018-11-18 11:39:19      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:ati   home   cache   int   class   conf   maven   directory   .repo   

# 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配置文件

标签:ati   home   cache   int   class   conf   maven   directory   .repo   

原文地址:https://www.cnblogs.com/timlong/p/9977144.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!