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 91de029 + d7f79a8 commit 3e1ce3bCopy full SHA for 3e1ce3b
project/Build.scala
@@ -398,7 +398,7 @@ object Build {
398
399
dottydoc := Def.inputTaskDyn {
400
val args = spaceDelimited("<arg>").parsed
401
- val cp = Seq("-classpath", dottydocClasspath.value)
+ val cp = dottydocClasspath.value
402
403
(runMain in Compile).toTask(s" dotty.tools.dottydoc.Main -classpath $cp " + args.mkString(" "))
404
}.evaluated,
0 commit comments