remove javaunidoc --no-module-directories (#1978)
This commit is contained in:
parent
b6849b9564
commit
772f2146f1
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ object UnidocRoot extends AutoPlugin {
|
|||
lazy val pekkoSettings = UnidocRoot.CliOptions.genjavadocEnabled
|
||||
.ifTrue(Seq(
|
||||
JavaUnidoc / unidoc / javacOptions :=
|
||||
Seq("-Xdoclint:none", "--ignore-source-errors", "--no-module-directories")
|
||||
Seq("-Xdoclint:none", "--ignore-source-errors")
|
||||
))
|
||||
.getOrElse(Nil)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue