continuous integration - Have sbt fail when project loading fails (rather than awaiting user input)? -
i'm configuring our ci infrastructure , when project loading fails sbt asks do:
project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
this hangs build waits process return.
is there way tell sbt stop without asking when loading fails?
invoke sbt -batch
option. still print prompt not wait reply, instead exit non-0 status.
Comments
Post a Comment