mirror of https://github.com/sbt/sbt.git
Add test to reproduce consoleProject bug
This commit is contained in:
parent
964f7867b3
commit
8c3245d569
|
|
@ -0,0 +1,5 @@
|
|||
scalaVersion := "2.13.1"
|
||||
|
||||
// Send some bogus initial command so that it doesn't get stuck.
|
||||
// The task itself will still succeed.
|
||||
Compile / consoleProject / initialCommands := "bail!"
|
||||
|
|
@ -0,0 +1 @@
|
|||
scalaVersion := "2.12.10"
|
||||
|
|
@ -0,0 +1 @@
|
|||
> consoleProject
|
||||
Loading…
Reference in New Issue