sbt配置

longer3281發表於2022-05-19

1) 從 下載 sbt 1.2.0 

2)解壓 sbt 1.2.0.zip 到 D:\tools\mysbt

3)配置環境變數

SBT_HOME=D:\tools\mysbt\sbt

PATH=....; D:\tools\mysbt\sbt\bin

4)在 D:\tools\mysbt\sbt\conf\sbtconfig.txt 配置檔案

# 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:/tools/mysbt/data/.sbt/boot

-Dsbt.global.base=D:/tools/mysbt/data/.sbt

-Dsbt.ivy.home=D:/tools/mysbt/data/.ivy2

-Dsbt.repository.config=C:/Users/Administrator/repo.properties

-Dsbt.repository.secure=false

5) 在C:/Users/Administrator/repo.properties配置如下:

[repositories]

local

aliyun public:

typesafe-ivy-releases:  [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly


[ext]

maven-central

sonatype-snapshots:

6)在cmd命令列執行 sbt,建立本地庫檔案。




來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9606353/viewspace-2895365/,如需轉載,請註明出處,否則將追究法律責任。

相關文章