Skip to content

Commit 372e437

Browse files
Backport "Make SBT clean clean scala2-library-bootstrapped and scala2-library-cc" to LTS (#20828)
Backports #19447 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents 366dbf9 + 186fb72 commit 372e437

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)