当常春藤缓存损坏时,我从sbt得到以下错误
[error] unresolved dependency: commons-codec#commons-codec;1.10: configuration not found in commons-codec#commons-codec;
1.10: ‘master(compile)’. Missing configuration: ‘compile’. It was required from com.typesafe.play#play_2.11;2.4.3 compile
如果我删除常春藤缓存中的文件夹commons-codec并运行sbt update,sbt将重新下载依赖项,一切都会好的.
这很简单,只是
原文链接:https://www.f2er.com/javaschema/281666.htmlrm -fr ~/.ivy2/cache # Or mv ~/.ivy2/cache ~/.ivy2/cache_bk sbt update
最后,如果你在Intellij,文件 – >使高速缓存/重新启动无效.
我在20分钟前做了同样的事情.可能也不是坏事.我刚刚在mac上保存了一大块空间.
Atom:~ me$du -skh ./.iv* 349M ./.ivy2 1.0G ./.ivy2_bak