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.
dottydoc
1 parent 91de029 commit d7f79a8Copy full SHA for d7f79a8
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