标签: sbt ivy
我想更改 build.sbt 文件中的sbt.ivy.home java选项。我试过了:
sbt.ivy.home
javaOptions := Seq("-Dsbt.ivy.home=c:/ivy2/")
但它没有用。
它在命令行上运行良好:
sbt update -Dsbt.ivy.home=c:/ivy/
答案 0 :(得分:0)
对于Ivy home,您可以通过ivyPaths设置进行设置。
ivyPaths