Skip to content

Commit 186fb72

Browse files
nicolasstuckiWojciechMazur
authored andcommitted
Make SBT clean clean scala2-library-bootstrapped and scala2-library-cc
[Cherry-picked c5c5f92]
1 parent bcb72d3 commit 186fb72

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
@@ -1905,7 +1905,7 @@ object Build {
19051905
nonBootstrappedSettings(
19061906
addCommandAlias("run", "scala3-compiler/run"),
19071907
// Clean everything by default
1908-
addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean"),
1908+
addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean;stdlib-bootstrapped/clean"),
19091909
// `publishLocal` on the non-bootstrapped compiler does not produce a
19101910
// working distribution (it can't in general, since there's no guarantee
19111911
// that the non-bootstrapped library is compatible with the

0 commit comments

Comments
 (0)