Skip to content

Commit 29880b4

Browse files
committed
Temporarily comment out other projects from Scala3Documentation task
1 parent 674a589 commit 29880b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,9 +1503,9 @@ object Build {
15031503
}.value,
15041504
generateScala3Documentation := Def.taskDyn {
15051505
val dottyJars: Seq[java.io.File] = Seq(
1506-
(`scala3-interfaces`/Compile/products).value,
1507-
(`tasty-core-bootstrapped`/Compile/products).value,
1508-
(`scala3-library-bootstrapped`/Compile/products).value,
1506+
// (`scala3-interfaces`/Compile/products).value,
1507+
// (`tasty-core-bootstrapped`/Compile/products).value,
1508+
// (`scala3-library-bootstrapped`/Compile/products).value,
15091509
(`stdlib-bootstrapped`/Compile/products).value,
15101510
).flatten
15111511

0 commit comments

Comments
 (0)