From df5e6d69bca403825fa8fd14e5366b9757808dd4 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 10 Jan 2025 15:07:46 +0100 Subject: [PATCH] fix: connect the input to the compiler in sbt [Cherry-picked 5134eed38a6a02a5ba0ffa95e87e7ab146bb5d83] --- project/Build.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Build.scala b/project/Build.scala index 68870fbda5f0..1174895d8d2e 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -206,6 +206,7 @@ object Build { // Avoid various sbt craziness involving classloaders and parallelism run / fork := true, + run / connectInput := true, Test / fork := true, Test / parallelExecution := false,