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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -