Working offline with SBT and SNAPSHOT dependencies

前端 未结 4 385
梦如初夏
梦如初夏 2020-12-28 16:28

I have never been able to work offline with SBT on any of my projects. Now I\'m in the middle of a move and my wardrobe-server hosting nexus is offline.

So running s

4条回答
  •  天命终不由人
    2020-12-28 17:27

    Me neither can use it in a one-liner.

    But if I start sbt and then in sbt I use set offline := true it's working well.

提交回复
热议问题