Skip to content

Commit

Permalink
Connect the input to the compiler in sbt (#22336)
Browse files Browse the repository at this point in the history
Closes #22239
  • Loading branch information
hamzaremmal authored Jan 10, 2025
2 parents f06b95f + 5134eed commit 5176f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ object Build {

// Avoid various sbt craziness involving classloaders and parallelism
run / fork := true,
run / connectInput := true,
Test / fork := true,
Test / parallelExecution := false,

Expand Down

0 comments on commit 5176f9f

Please sign in to comment.