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 69a1a41 commit dd95969Copy full SHA for dd95969
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -145,7 +145,7 @@ object projects:
145
146
private def aggregateDoc(in: String)(projects: String*) =
147
val tastyFiles =
148
- (in +: projects).map(p => s"($p/Compile/doc/tastyFiles).value").mkString(" ++ ")
+ (in +: projects).map(p => s"($p/Compile/doc/dotty.tools.sbtplugin.DottyPlugin.autoImport.tastyFiles).value").mkString(" ++ ")
149
s""";set $in/Compile/doc/sources ++= file("a.scala") +: ($tastyFiles) ;$in/doc"""
150
151
lazy val utest = MillCommunityProject(
0 commit comments