sbt Getting org.scala-sbt sbt 0.13.12 ...

Posted 苏轶然

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sbt Getting org.scala-sbt sbt 0.13.12 ...相关的知识,希望对你有一定的参考价值。

本地仓库被我搞乱了,一气之下整个删掉了本地仓库,再重启sbt卡在Getting这一步。

 Getting org.scala-sbt sbt 0.13.12 ... 卡住

补充sbt配置文件:

文件结构如下:修改了sbtconfig.txt,repo.properties.

├─bin
│ sbt
│ sbt-launch-lib.bash
│ sbt-launch.jar
│ sbt.bat

├─conf
│ repo.properties
│ sbtconfig - 副本.txt
│ sbtconfig.txt
│ sbtopts

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=E:\sbtLocal\.sbt\boot -Dsbt.global.base=E:\sbtLocal\.sbt -Dsbt.ivy.home=E:\sbtLocal\.ivy2 -Dsbt.repository.config=D:\DPartition\ProgramData\Scala\sbt\conf\repo.properties -Dsbt.repository.secure=false

 

repo.properties

[repositories] local Nexus osc : https:
//code.lds.org/nexus/content/groups/main-repo Nexus osc thirdparty : https://code.lds.org/nexus/content/groups/plugin-repo/ typesafe: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly typesafe2: http://repo.typesafe.com/typesafe/releases/ sbt-plugin: http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/ sonatype: http://oss.sonatype.org/content/repositories/snapshots uk_maven: http://uk.maven.org/maven2/ ibibli: http://mirrors.ibiblio.org/maven2/ repo2: http://repo2.maven.org/maven2/ comp-maven:http://mvnrepository.com/artifact/ store_cn:http://maven.oschina.net/content/groups/public/ store_mir:http://mirrors.ibiblio.org/maven2/ store_0:http://maven.net.cn/content/groups/public/ store_1:http://repo.typesafe.com/typesafe/ivy-releases/ store_2:http://repo2.maven.org/maven2/ sbt-releases-repo: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] sbt-plugins-repo: http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central: http://repo1.maven.org/maven2/

 

完成配置,重启sbt,等待,ok。就是更改了sbt的本地仓库地址和中心仓库地址。

 

以上是关于sbt Getting org.scala-sbt sbt 0.13.12 ...的主要内容,如果未能解决你的问题,请参考以下文章

尽管我的系统中安装了相同的版本,但出现“org.scala-sbt#sbt;0.13.8: not found”错误。如何解决这个问题?

sbt 不能正常工作 - 找不到模块:org.scala-sbt

未找到模块:org.scala-sbt#sbt;1.1.6

未解决的依赖:org.scala-sbt#sbt; 0.13:运行sbt 0.13时找不到?

Intellij SBT 超时错误

假期学习进度十三