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 1578b88 commit efb43e0Copy full SHA for efb43e0
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