We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674a589 commit 29880b4Copy full SHA for 29880b4
project/Build.scala
@@ -1503,9 +1503,9 @@ object Build {
1503
}.value,
1504
generateScala3Documentation := Def.taskDyn {
1505
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,
+ // (`scala3-interfaces`/Compile/products).value,
+ // (`tasty-core-bootstrapped`/Compile/products).value,
+ // (`scala3-library-bootstrapped`/Compile/products).value,
1509
(`stdlib-bootstrapped`/Compile/products).value,
1510
).flatten
1511
0 commit comments