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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -