Add missing scalac options to scaladoc task configuration

This commit is contained in:
Filip Zybała 2021-05-07 11:58:18 +02:00
parent 20395d107c
commit fcab06bd3d
1 changed files with 1 additions and 1 deletions

View File

@ -2107,7 +2107,7 @@ object Defaults extends BuildCommon {
val projectName = name.value
if (ScalaArtifacts.isScala3(sv)) {
val project = if (config == Compile) projectName else s"$projectName-$config"
Seq("-project", project)
compileOptions ++ Seq("-project", project)
} else compileOptions
},
(TaskZero / key) := {