Clarify Javadoc now needs jdk9+

Because jdk8 does not have the option to ignore the errors in the
genjavadoc-generated java code.
This commit is contained in:
Arnout Engelen 2019-01-31 19:15:05 +01:00
parent 9d6aa8ae94
commit 3961a0ce00
No known key found for this signature in database
GPG key ID: BB8C0F854A1E2105

View file

@ -274,7 +274,7 @@ If you'd like to check if your links and formatting look good in JavaDoc (and no
sbt -Dakka.genjavadoc.enabled=true javaunidoc:doc sbt -Dakka.genjavadoc.enabled=true javaunidoc:doc
``` ```
Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`. Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`. This requires a jdk version 9 or later.
## External dependencies ## External dependencies