From 3e4b8fdb42c5159c36fd638f896745a7fead8556 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Wed, 21 May 2025 08:13:56 +0200 Subject: [PATCH] improvement: Add environement variable for those working on presentation-compiler or scaladoc (#23210) I hope no one is against this, since this would be a nice improvement over changing this every time. [Cherry-picked a1b5d439ad2bb31df98eade2bd9a6e09271c8336] --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 6a60918b6140..ac9c34a78e40 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -414,7 +414,7 @@ object Build { "scala2-library-tasty" ) - val enableBspAllProjects = false + val enableBspAllProjects = sys.env.get("ENABLE_BSP_ALL_PROJECTS").map(_.toBoolean).getOrElse(false) // Settings used when compiling dotty with a non-bootstrapped dotty lazy val commonBootstrappedSettings = commonDottySettings ++ Seq(