如何强制 SBT 始终获取项目依赖项的源?
刚刚开始使用 SBT,我想将其设置为始终获取其下载的依赖项的来源。必须添加记住为声明的每个依赖项键入 withSources()
只是有点烦人,但真正的杀手是 依赖项的依赖项问题。
有人知道一个简单的开关可以打开它吗?
Just getting started with SBT, and I would like to setup it up to always get sources for dependencies it downloads. Having to add to remember to type withSources()
for every dependency declared is only mildly annoying, but the real killer is the dependencies of dependencies problem.
Anybody know a simple switch to turn this on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个 https://github.com/OlegYch/sbt-sources-plugin
try this https://github.com/OlegYch/sbt-sources-plugin