Skip to content

Commit 1053113

Browse files
Backport "Clean scala2-library on scala3-bootstrapped/clean" to LTS (#20835)
Backports #19451 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents a010f00 + 8ed96aa commit 1053113

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)