sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Handle failed download of launch jar #141

Closed havocp closed 10 years ago

havocp commented 10 years ago

If we failed to download, we previously left an empty file and then embedded said empty file in our published artifact, leading to a world of fail.

So now don't leave empty files around, and if we do for some reason, try to overwrite them.

jsuereth commented 10 years ago

LGTM