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.
2 parents e591684 + efb43e0 commit 99a4fa6Copy full SHA for 99a4fa6
project/Build.scala
@@ -330,7 +330,10 @@ object Build {
330
331
val sources =
332
unmanagedSources.in(Compile, compile).value ++
333
- unmanagedSources.in(`dotty-compiler`, Compile).value
+ unmanagedSources.in(`dotty-compiler`, Compile).value ++
334
+ // TODO use bootstrapped library
335
+ // Blocked by #6295, also see https://github.com/lampepfl/dotty/pull/5499
336
+ unmanagedSources.in(`dotty-library`, Compile).value
337
val args = Seq(
338
"-siteroot", "docs",
339
"-project", "Dotty",
0 commit comments