Skip to content

Commit

Permalink
Update genjavadoc
Browse files Browse the repository at this point in the history
This should produce Java code that is valid enough to be processed even in the
presence of -Yrangepos #23756
  • Loading branch information
raboof committed Mar 19, 2019
1 parent 157ef99 commit 0139058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Doc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ object BootstrapGenjavadoc extends AutoPlugin {

override lazy val projectSettings = UnidocRoot.CliOptions.genjavadocEnabled.ifTrue(
Seq(
unidocGenjavadocVersion := "0.11",
unidocGenjavadocVersion := "0.12",
scalacOptions in Compile ++= Seq("-P:genjavadoc:fabricateParams=true", "-P:genjavadoc:suppressSynthetic=false")
)
).getOrElse(Nil)
Expand Down

0 comments on commit 0139058

Please sign in to comment.