sbt/internal/util-logging
Ethan Atkins 10c549a0b9 Fix sbt hangs with invalid build.sbt and --batch
When sbt is starting up and there is an error with the build loading, we
need to read input from the user to determine to restart the build or
not. What is tricky is that there are potentially two sources of input:
thin clients connected through the boot server socket and the actual sbt
console process. If there are not connected thin clients and no system
console is available, we should return -1 in System.in.read, which will
cause sbt to exit.
2020-10-06 11:43:00 -07:00
..
src Fix sbt hangs with invalid build.sbt and --batch 2020-10-06 11:43:00 -07:00
NOTICE move modules around. 2015-08-20 00:59:57 -04:00