From 186fb72fffefaf5a5f2082bc66184377c8d09953 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 15 Jan 2024 12:07:33 +0100 Subject: [PATCH] Make SBT `clean` clean `scala2-library-bootstrapped` and `scala2-library-cc` [Cherry-picked c5c5f924d71b4e9fcbaafa4df9e85365440c5acf] --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 741b93e0bd50..223eaf8b1f64 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -1905,7 +1905,7 @@ object Build { nonBootstrappedSettings( addCommandAlias("run", "scala3-compiler/run"), // Clean everything by default - addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean"), + addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean;stdlib-bootstrapped/clean"), // `publishLocal` on the non-bootstrapped compiler does not produce a // working distribution (it can't in general, since there's no guarantee // that the non-bootstrapped library is compatible with the