Skip to content

Commit 5176f9f

Browse files
authored
Connect the input to the compiler in sbt (#22336)
Closes #22239
2 parents f06b95f + 5134eed commit 5176f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ object Build {
301301

302302
// Avoid various sbt craziness involving classloaders and parallelism
303303
run / fork := true,
304+
run / connectInput := true,
304305
Test / fork := true,
305306
Test / parallelExecution := false,
306307

0 commit comments

Comments
 (0)