Skip to content

Commit bc8aba2

Browse files
authored
Clean scala2-library on scala3-bootstrapped/clean (#19451)
Follow-up of #19447
2 parents 57321f2 + f8dd263 commit bc8aba2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/Build.scala

+3
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,9 @@ object Build {
21172117
dependsOn(tastyCore).
21182118
dependsOn(dottyCompiler).
21192119
dependsOn(dottyLibrary).
2120+
bootstrappedSettings(
2121+
addCommandAlias("clean", ";scala3-bootstrapped/clean;scala2-library-bootstrapped/clean;scala2-library-cc/clean"),
2122+
).
21202123
nonBootstrappedSettings(
21212124
addCommandAlias("run", "scala3-compiler/run"),
21222125
// Clean everything by default

0 commit comments

Comments
 (0)