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
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.
sbt
set offline := true