We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clean
scala2-library-bootstrapped
scala2-library-cc
2 parents 366dbf9 + 186fb72 commit 372e437Copy full SHA for 372e437
project/Build.scala
@@ -1905,7 +1905,7 @@ object Build {
1905
nonBootstrappedSettings(
1906
addCommandAlias("run", "scala3-compiler/run"),
1907
// Clean everything by default
1908
- addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean"),
+ addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean;stdlib-bootstrapped/clean"),
1909
// `publishLocal` on the non-bootstrapped compiler does not produce a
1910
// working distribution (it can't in general, since there's no guarantee
1911
// that the non-bootstrapped library is compatible with the
0 commit comments