Skip to content

Commit 8ed96aa

Browse files
nicolasstuckiWojciechMazur
authored andcommitted
Clean scala2-library on scala3-bootstrapped/clean
[Cherry-picked f8dd263]
1 parent 577b6f7 commit 8ed96aa

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
@@ -1902,6 +1902,9 @@ object Build {
19021902
dependsOn(tastyCore).
19031903
dependsOn(dottyCompiler).
19041904
dependsOn(dottyLibrary).
1905+
bootstrappedSettings(
1906+
addCommandAlias("clean", ";scala3-bootstrapped/clean;stdlib-bootstrapped/clean"),
1907+
).
19051908
nonBootstrappedSettings(
19061909
addCommandAlias("run", "scala3-compiler/run"),
19071910
// Clean everything by default

0 commit comments

Comments
 (0)