From 5134eed38a6a02a5ba0ffa95e87e7ab146bb5d83 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 --- project/Build.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Build.scala b/project/Build.scala index a7be508ce11a..b67974f4405d 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -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,