Skip to content

Commit 528e2a2

Browse files
Make SBT clean clean scala2-library-bootstrapped and scala2-library-cc (#19447)
2 parents bfabc31 + c5c5f92 commit 528e2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ object Build {
21202120
nonBootstrappedSettings(
21212121
addCommandAlias("run", "scala3-compiler/run"),
21222122
// Clean everything by default
2123-
addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean"),
2123+
addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean;scala2-library-bootstrapped/clean;scala2-library-cc/clean"),
21242124
// `publishLocal` on the non-bootstrapped compiler does not produce a
21252125
// working distribution (it can't in general, since there's no guarantee
21262126
// that the non-bootstrapped library is compatible with the

0 commit comments

Comments
 (0)