Skip to content

Commit

Permalink
Backport "Clean scala2-library on scala3-bootstrapped/clean" to L…
Browse files Browse the repository at this point in the history
…TS (#20835)

Backports #19451 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Jun 28, 2024
2 parents a010f00 + 8ed96aa commit 1053113
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 1053113

Please sign in to comment.