Skip to content

Commit 3e1ce3b

Browse files
authored
Merge pull request #4569 from dotty-staging/fix/build-dottydoc-task
Fix `dottydoc` task in our build
2 parents 91de029 + d7f79a8 commit 3e1ce3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ object Build {
398398

399399
dottydoc := Def.inputTaskDyn {
400400
val args = spaceDelimited("<arg>").parsed
401-
val cp = Seq("-classpath", dottydocClasspath.value)
401+
val cp = dottydocClasspath.value
402402

403403
(runMain in Compile).toTask(s" dotty.tools.dottydoc.Main -classpath $cp " + args.mkString(" "))
404404
}.evaluated,

0 commit comments

Comments
 (0)