Skip to content

Commit

Permalink
Clean scala2-library on scala3-bootstrapped/clean
Browse files Browse the repository at this point in the history
[Cherry-picked f8dd263]
  • Loading branch information
nicolasstucki authored and WojciechMazur committed Jun 27, 2024
1 parent 577b6f7 commit 8ed96aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1902,6 +1902,9 @@ object Build {
dependsOn(tastyCore).
dependsOn(dottyCompiler).
dependsOn(dottyLibrary).
bootstrappedSettings(
addCommandAlias("clean", ";scala3-bootstrapped/clean;stdlib-bootstrapped/clean"),
).
nonBootstrappedSettings(
addCommandAlias("run", "scala3-compiler/run"),
// Clean everything by default
Expand Down

0 comments on commit 8ed96aa

Please sign in to comment.