We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean
scala2-library-bootstrapped
scala2-library-cc
1 parent bfabc31 commit c5c5f92Copy full SHA for c5c5f92
project/Build.scala
@@ -2120,7 +2120,7 @@ object Build {
2120
nonBootstrappedSettings(
2121
addCommandAlias("run", "scala3-compiler/run"),
2122
// Clean everything by default
2123
- addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean"),
+ addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean;scala2-library-bootstrapped/clean;scala2-library-cc/clean"),
2124
// `publishLocal` on the non-bootstrapped compiler does not produce a
2125
// working distribution (it can't in general, since there's no guarantee
2126
// that the non-bootstrapped library is compatible with the
0 commit comments