Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在无法连接到互联网的机器中使用 prediction.IO。当我尝试构建时,它想下载 SBT 的依赖项。我想知道如何手动完成这项工作,以及是否有一个地方可以下载所有依赖项并运行 SBT。
我真的很感激任何帮助。我快死在这里了。非常感谢!
sbt test:compile
$HOME/.sbt
$HOME/.ivy2
%USERPROFILE%\.sbt
%USERPROFILE%\.ivy2
sbt "set offline := true" <task>
offline := true